JayboBaker / pyf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yellowcake

Basic domain [https://kind-dubinsky-b6d849.netlify.com/]

styled with prettier dependencies

An opinionated starter project for creating lightning-fast websites with Gatsby v2 and Netlify CMS v2.

See also

Netlify CMS Docs Netlify CMS Repo

Show me the CMS!

The CMS lives at __YOUR_SITE_NAME__.netlify.com/admin.

Developing

  1. Clone your repo to your local machine

  2. Install dependencies

yarn or npm install

  1. Run the development server

yarn start or npm run start

If you are adding or editing content locally in the CMS, a couple of things to note:

  1. Changes will be pushed to the remote repo.

  2. You will be prompted to enter your site's url, this is necessary for Netlify Identity to manage user login. This is stored in localStorage, so you might have to empty your browser cache if you are switching projects but remaining on localhost:8000.

Editing CMS fields

The Netlify CMS configuration is located in public/admin/config.yml. This is where you will configure the pages, fields, posts and settings that are editable by the CMS.

Find out more in the Netlify CMS Docs.

About

License:MIT License


Languages

Language:JavaScript 65.4%Language:CSS 19.7%Language:HTML 14.9%