Navigation Menu

Skip to content

Commit

Permalink
Fix markdown so headers render correctly on GitHub
Browse files Browse the repository at this point in the history
There needs to be a space between the hash characters and the header name when writing headers in Markdown. Without it, GitHub won't render the headers correctly.
  • Loading branch information
DonaldWhyte committed Apr 1, 2017
1 parent d145cdd commit 3e00826
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
@@ -1,16 +1,16 @@
#Simple
# Simple

Simple is a static blog generator with a single static page. You can write you blog online, and it will generate static html files at your repo named `username.github.io` which is supported by [github pages](https://pages.github.com)

##Demo
## Demo

[Simple](http://isnowfy.github.io/simple)

[Blog demo](http://isnowfy.github.io/)

[Lightweight markdown editor](http://isnowfy.github.io/simple/editor.html)

##Usage
## Usage

With Simple and github pages you can easily create your static blog. Here is what you need to do.

Expand All @@ -30,7 +30,7 @@ With Simple and github pages you can easily create your static blog. Here is wha

* You can use your own custom domain, just modify the `CNAME` file.(see [also](https://help.github.com/articles/setting-up-a-custom-domain-with-github-pages))

##Features
## Features

* Simple, no backend need
* Static blog
Expand All @@ -40,14 +40,14 @@ With Simple and github pages you can easily create your static blog. Here is wha
* Responsive html
* Drag and drop to upload image

##Custom
## Custom

The template files are at `/src/template`, so you can modify the template files and css files. If you want use your own theme you can clone the project, modify the template files and push the entire `src` folder in your `gh-pages` branch which will allow you generate your own static blog.

##Todo
## Todo

Enhance error display, Search, Sitemap, Rss

##License
## License

MIT licensed.

0 comments on commit 3e00826

Please sign in to comment.