This is a starter project for Gridsome that helps you set up a resume quick and easy. It utilizes Bootstrap that is well known for powerful styling and layout.
https://gridsome-starter-resume.loke.dev
This starter project includes some of the latest powerful technologies.
- Gridsome - Vue.js & GraphQL powered framework genrating static files.
- Bootstrap & Bootstrap Vue - Powerful styling and layout with styled Vue components.
- SASS - Professional grade CSS extension with many features.
- Google Analytics - Just add your tracking ID in the config.
- Sitemap generator - Automatically generates a sitemap.xml file.
or manually follow the guide below
If you haven't already installed Gridsome CLI: npm install --global @gridsome/cli
gridsome create my-gridsome-site https://github.com/LokeCarlsson/gridsome-starter-resume.git
cd my-gridsome-site
to open folderyarn dev
to start local dev server athttp://localhost:8080
- Happy hacking 🎉🙌