1e9b666baf
* document config option to hide preview by default * document config option to hide preview pane by default * revise wording to specify preview disables entirely for a collection * adjust wording of editor section to be more consistent with other settings sections * add note about defaulting to true
Netlify CMS Website & Docs
This directory builds netlifycms.org. If you'd like to propose changes to the site or docs, you'll find the source files in here.
Local development
The site is built with Hugo, managed as an npm dependency via hugo-bin.
To run the site locally, you'll need to have Node and Yarn installed on your computer.
From your terminal window, cd
into the website
directory of the repo, and run
yarn
yarn start
Then visit http://localhost:3000/ - BrowserSync will automatically reload CSS or refresh the page when stylesheets or content changes.