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 c02f224 commit 02f928d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It takes your content, renders Markdown and delivers a complete website in Singl

![CMS.js Screenshot](https://raw.githubusercontent.com/chrisdiana/cms.js/gh-pages/img/screenshot.png)

## Features
## New Features in Version 2.0

* Zero dependencies
* Abstract types
Expand All @@ -25,12 +25,10 @@ Check out a working [demo here](http: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 02f928d

Please sign in to comment.