A simple, hackable & minimalistic starter for Gridsome that uses Netlify CMS for content.
- 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.
https://netlifycms-gridsome.suits.at/
Enable the netlify identity service at https://app.netlify.com/sites/YOUR-SITE/settings/identity. For exact instructions see https://www.netlify.com/docs/identity/. You might want to enable Git Gateway as well https://www.netlify.com/docs/git-gateway/.
Access yourwebsite.com/admin
, e.g. netfliycms-gridsome.netlify.com/admin
or locally this might be localhost:3000/admin
.
npm install --global @gridsome/cli
gridsome create my-gridsome-site https://github.com/suits-at/netlifycms-gridsome
cd my-gridsome-site
to open foldergridsome develop
to start local dev server athttp://localhost:8080
- Happy coding 🎉🙌