A tiny Gatsby starter with netlify-cms and not much else
Usage
gatsby new <directory> https://github.com/brendantang/starter
- edit
static/admin/config.yml
to connect netlify-cms to your backend - directly edit markdown files in
content
or log in to cms at/admin
🚧 I use /content
to contain all the files used for netlify-cms "collections," and not gatsby's src/pages
directory.🚧
By default netlify-cms only has one collection, sections
, and the whole site is styled using github-markdown-css.