TNT
TNT
TNT (or Thom's Nuxt Template) is the Nuxt layer system this site is built on.
What is a "Nuxt layer system"?, you may ask. It's a nifty feature of the Nuxt JavaScript framework which allows me to separate the responsibilities of my website framework into independent layers. In the case of TNT, there are currently two layers:
- TNT Core
- TNT Content
TNT Core houses the core UI and a collection of general purpose components that can be used and reused on any kind of website. TNT Content meanwhile is a content-focused template for sites like this one; it extends and adds to the collection of components offered by TNT Core to provide compatibility with Nuxt Content.
Check out TNT for yourself here: thombruce/tnt