Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m3hari/netlifycms-gridsome
https://github.com/m3hari/netlifycms-gridsome
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/m3hari/netlifycms-gridsome
- Owner: m3hari
- Created: 2020-05-16T01:58:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T19:22:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T21:52:00.189Z (about 1 month ago)
- Language: Vue
- Size: 6.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netlify CMS template for Gridsome
> 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](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/suits-at/netlifycms-gridsome)
### 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 🎉🙌