@latest_post
Quickstart guide for a new Gridsome project
I've been looking around and have yet to find what would be the perfect system
for the next iteration of this blog.
Nonetheless, I've found something very close to it.
It's called Gridsome.
I've enjoyed using Hugo for blogging, but I'd rather be able to leverage my skills in Vue.js to have a better and more interactive blogging experience, than fighting with a templating language I hardly use.
This tutorial will guide you on how to set up a new Gridsome project that allows you to write your templates in Pug, Sass and have a simple Vuetify theme ready for your content.
Writing a blog with Vue.js, Markdown and GraphQL by my side is just a dream come true.
Prerequisites
Install Node.js and Yarn
Install Gridsome
yarn global add @gridsome/cli