Gitblog

Blog using git and markdown.

A blogging platform from devs to devs.

Like this:

$ git clone git@github.com:your-github-username/your-gitblog.git
$ echo '# My first Gitblog post' > public/hello-world.md
$ git add public/hello-world.md
$ git commit -m 'my first post'
$ git push
Start with Github