1
0
Fork 0
Personal blog about life, dev, art, and queer stuff.
Find a file
2019-06-22 17:56:01 +00:00
content/posts Create Posts “bare-metal-tooling” 2019-06-22 17:52:51 +00:00
src extend gridsome-starter-blog to work with netlify cms 2019-04-14 14:02:14 +02:00
static Upload “/static/images/uploads/2y7eh.gif” 2019-06-22 17:56:01 +00:00
.gitignore extend gridsome-starter-blog to work with netlify cms 2019-04-14 14:02:14 +02:00
gridsome.config.js extend gridsome-starter-blog to work with netlify cms 2019-04-14 14:02:14 +02:00
gridsome.server.js Init 2019-02-26 14:28:10 +01:00
netlify.toml extend gridsome-starter-blog to work with netlify cms 2019-04-14 14:02:14 +02:00
package-lock.json chore: update packages 2019-06-18 20:45:55 +02:00
package.json chore: update packages 2019-06-18 20:45:55 +02:00
README.md Added netlify status badge to README 2019-06-22 11:59:05 -05:00

Netlify CMS template for Gridsome

Netlify Status

A simple, hackable & minimalistic starter for Gridsome that uses Netlify CMS for content.

Features

  • 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.

Demo URL

https://netlifycms-gridsome.suits.at/

Deploy to Netlify

Deploy to Netlify

Enable Identity

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/.

Edit content

Access yourwebsite.com/admin, e.g. netfliycms-gridsome.netlify.com/admin or locally this might be localhost:3000/admin.

Install locally

1. Install Gridsome CLI tool if you don't have

npm install --global @gridsome/cli

2. Install this starter

  1. gridsome create my-gridsome-site https://github.com/suits-at/netlifycms-gridsome
  2. cd my-gridsome-site to open folder
  3. gridsome develop to start local dev server at http://localhost:8080
  4. Happy coding 🎉🙌