It starts with me playing around with headless CMS. And it ends with me having now a blog ✨
All blog posts are Markdown files with a Front Matter block. These files a then 'convert' to html files using Nuxt Content module. This enables cool features such as automatic retrieval of the latest posts on the landing page or gobal style and layout.
Good Reading 💖
Served using Yeetify 💨
- ⚡️ Static website generation
- 📄 Git-based Headless CMS
- 💄 Responsive design
- 🎨 PurgeCSS
- 🏗️ Nuxt.js: https://nuxtjs.org
- 📄 Nuxt Content: https://content.nuxtjs.org/
- ✨ Vue.js: https://vuejs.org
- 💄 Tailwind CSS: https://tailwindcss.com
# install dependencies
$ yarn install
# dev server with hot reload
$ yarn run dev
# build for production
$ yarn run generate