A Static Blog Built with Nuxt.js, Tailwindcss and using Cockpit as a Headless CMS
An example of a statically generated blog using Nuxt.js. From the blog post - Building a Static Blog with Nuxt.js and Cockpit Headless CMS - Part 1: Setup
Build Setup
# Rename .env.example to .env
$ mv .env.example .env
# Edit .env and enter your Cockpit API details
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# generate the static blog
$ npm run generate
For detailed explanation on how things work, checkout the Nuxt.js docs.