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

Demo

simple

blog demo

lightweight markdown editor

Usage

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

  1. Create github account.
  2. Create a repo named your_user_name.github.io (remember to check Initilize and create README).
  3. Sign in simple with your github account.
  4. Click Initilize to set up basic file for your static blog site.
  5. Click Go and start writing.

simple

Features

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

Enhance error display, Search, Sitemap, Rss

License

MIT licensed.