Skip to content

Instantly share code, notes, and snippets.

@adamwatters
Last active February 13, 2019 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamwatters/4bb035943f6427d37f4fe449d6251370 to your computer and use it in GitHub Desktop.
Save adamwatters/4bb035943f6427d37f4fe449d6251370 to your computer and use it in GitHub Desktop.
Netlify-CMS Notes
Getting Started
1) local development requires url for auth login - confusing if you have two sites
2) maybe would be nice if test backend used local storage? https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-backend-test/src/implementation.js
Notes on: https://www.netlifycms.org/docs/add-to-your-site/
* adding to your site should be intuitive, should not require Netlify template
1) no mention of https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify-cms
2) not clear that you need to add the static directory (link to gatsby docs)
3) wrong version <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
4) not clear where `import CMS from 'netlify-cms'` would happen
5) not clear https://www.netlifycms.org/docs/add-to-your-site/#filter - maybe an explanation of usecase would clarify
6) from conversation https://gitter.im/netlify/NetlifyCMS?at=5c62e727ef98455ea422dab8
7) need this additional info https://www.gatsbyjs.org/docs/adding-markdown-pages/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment