A simple, hackable & minimalistic starter for Gridsome that uses Markdown for content, these theme was built using the gridsome starter blog modified with bootstrap css v4 and inspired by some other themes:
- Beautiful and simple design.
- Markdown for content.
- Tags support.
- Dark / Light toggle.
- CSS variables, SCSS & BEM for styling.
- 100, 100, 100, 100 score on Google Lighthouse.
- Uses same front-matter fields as Dev.to.
npm install --global @gridsome/cli
gridsome create my-gridsome-site https://github.com/gridsome/gridsome-starter-blog.git
cd my-gridsome-site
to open folder- Happy coding 🎉🙌
Starts a local dev server accessisble at localhost
Running into node-gyp
build issues?
$sudo rm -f $(xcode-select --print-path) #removes the xcode cli tools path you currently have installed.
$xcode-select --install #should force the promt to reinsall CLI tools to appear if it doen't show up automatically.
Add static files in the static folder. Files in this directory will be copied directly to dist
folder during build. For example, /static/robots.txt will be located at https://yoursite.com/robots.txt.
This file should be deleted.
if you are going to use node > 16 for development; you have to use the following command to use the legacy ssl for node. export NODE_OPTIONS=--openssl-legacy-provider