diff --git a/README.md b/README.md index 3bbb11e..aeb998e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ $ cd [SITE_DIRECTORY_NAME] $ gatsby build $ gatsby serve ``` - -## Accessing the CMS +### Accessing the CMS Follow the [Netlify CMS Quick Start Guide](https://www.netlifycms.org/docs/quick-start/#authentication) to set up authentication, and hosting. + +## Take a Test Drive +Netlify CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. Our example here is the Kaldi coffee company template. Use the button below to build and deploy your own copy of the repository: + +Deploy to Netlify + +After clicking that button, you’ll authenticate with GitHub and choose a repository name. Netlify will then automatically create a repository in your GitHub account with a copy of the files from the template. Next, it will build and deploy the new site on Netlify, bringing you to the site dashboard when the build is complete. Next, you’ll need to set up Netlify’s Identity service to authorize users to log in to the CMS. diff --git a/src/html.js b/src/html.js index bff1139..f041cd5 100644 --- a/src/html.js +++ b/src/html.js @@ -23,7 +23,6 @@ module.exports = class HTML extends React.Component { {this.props.headComponents} {css} -