Simplest blog?
How simple can a blogging platform be?
I tried to build a simple blog for anyone with a GitHib account.
How to use it
All you do is
- Fork a repo
- Do a small amount of configuration of your new GitHub repo
- Use the GitHub web UI to edit markdown files
- Your blog gets automatically published as GitHub pages
The GitHub repo with full instructions is at simplestblog
An example of a blog that uses this is eobrain.github.io/mysimplestblog
How it was built
It is a simple Node.js JavaScript app that is built on a simple foundation:
- A markdown library that converts markdown to HTML
- The Mustache library for building pages from templates