Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.63 KB

README.md

File metadata and controls

58 lines (42 loc) · 1.63 KB





Infos

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 💖

Live

Served using Yeetify 💨

Stack

Nuxt.js

  • ⚡️ Static website generation

Nuxt Content module

  • 📄 Git-based Headless CMS

Tailwind

  • 💄 Responsive design
  • 🎨 PurgeCSS

Links

Build Process

# install dependencies
$ yarn install

# dev server with hot reload
$ yarn run dev

# build for production
$ yarn run generate