This is a starter project for Gridsome that comes with many features out of the box. It utilizes Bootstrap that is well known for powerful styling and layout. Ready to be deployed, automagically imports data to CMS and sets up your /admin page for easy access to edit your content.
It is designed to use Netlify, Forestry and Github which all have very fair free tier to their services, so you wont need to pay for monthly subscriptions and costly hosting fees.
https://gridsome-starter-bootstrap.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.
- Forestry.io - CMS that uses the Github repo for storage.
- Markdown - Easy and widely used format for writing content.
- Netlify forms - Netlify forms ready to be used after deployment.
- Google Analytics - Just add your tracking ID in the config.
- Sitemap generator - Automatically generates a sitemap.xml file.
The easiest way to get started quick is to use the Forestry button below, which will create a Github repository for you, clone this starter repo and import all data to the CMS. After that is complete, you can just go to Netlify and connect your newly created project that will set it up for automatic deployment when you commit to the Github repo.
Use the following build config for Netlify
Build command: gridsome build
Publish directory: dist
If you haven't already installed Gridsome CLI: npm install --global @gridsome/cli
gridsome create my-gridsome-site https://github.com/LokeCarlsson/gridsome-starter-bootstrap.git
cd my-gridsome-site
to open folderyarn dev
to start local dev server athttp://localhost:8080
- Happy hacking 🎉🙌