# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
# to generate markdown files run
$ node seeder/seed.js
Live demo here
Original TailwindCSS template source
-
https://alvarosaburido.dev/blog/multi-language-blog-with-nuxt-content
-
https://github.com/nuxt-academy/demo-blog-nuxt-content
-
https://redfern.dev/articles/adding-pagination-nuxt-content-blog
-
https://github.com/garethredfern/nuxt-basic-blog <-- pagination taken from here
-
https://gist.github.com/kt2763/c412ab5caa4d4c0c8a9c752bc4b9fe1b (pagination)