This is my personal blog, resume, and portfolio. It is built using Gridsome (a Vue static-site framework), which lets me write content in Markdown and publish articles using Git commits. I am also using the following neat plugins:
- Tailwind CSS - the CSS framework
- @gridsome/plugin-sitemap - generates the sitemap
- gridsome-plugin-feed - generates an RSS feed for syndication
- vue-disqus - enables Disqus commenting system on blog articles
The site is deployed to Netlify.
This blog is licensed under the MIT license. Feel free to fork/clone/copy this repository to use as a basis for your own blog. I do recommend that you will change at least the colors and fonts so it doesn't look just like mine :).
- Make sure you have
gridsome
installed - Clone this repository.
cd
into the project directory.- Run
yarn
to install dependencies. gridsome develop
to start a local dev server athttp://localhost:8080
- Happy customizing! 🎉🙌