Skip to content

Commit

Permalink
fix spacing in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdiana committed Nov 21, 2018
1 parent d20f1ca commit c02f224
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ Check out a working [demo here](https://chrisdiana.github.io/cms.js/demo)

CMS.js supports two website modes, Github and Server. Host your website on Github using Github Pages (similar to Jekyll) or use Server mode if you choose to self host your content. Learn more about server mode and setup [here](https://github.com/chrisdiana/cms.js/wiki/Server-Mode).

1. Clone the starter repo: `git clone https://github.com/chrisdiana/cms.js-starter.git` or download the [latest release](https://github.com/chrisdiana/cms.js/releases/latest)
1. Clone the starter repo: `git clone https://github.com/chrisdiana/cms.js-starter.git`
or download the [latest release](https://github.com/chrisdiana/cms.js/releases/latest)
2. Configure `js/config.js` to your liking
3. Make sure to set your Github settings in `js/config.js` if using Github mode
4. If using Github mode, create a new branch from your master or working branch called `gh-pages` (Github's default branch for hosting)
4. If using Github mode, create a new branch from your master or working branch called `gh-pages`
(Github's default branch for hosting)
5. Visit your site!


Expand Down

0 comments on commit c02f224

Please sign in to comment.