- A blog built using Nuxt.js and Contentful as a CMS.
- The site is hosted on Netlify.
- Styling is done using Bulma.
- Comments on blog posts using Disqus.
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
- https://github.com/contentful/blog-in-5-minutes
- https://www.youtube.com/watch?v=Pa5t8KyEORs
- https://scotch.io/tutorials/build-a-server-side-rendered-vue-app-with-nuxtjs
- https://medium.com/vue-mastery/best-practices-for-nuxt-js-seo-32399c49b2e5
- https://codeburst.io/create-fantastic-forms-in-15-minutes-or-less-using-vue-nuxt-and-netlify-25e97e779fea
- Cool background from https://coolbackgrounds.io
- Social Sharing buttons
- Filter posts per tag
- Search
- Pagination