Markdown Based Blogging Website

After getting fond of Markdown while documenting my open source project BoltOn, decided to use a blogging engine based on Markdown.

Did a basic research, and found out that GitHub Pages with Jekyll to be the simplest one in terms of setup and maintenance.

Set it up without installing Ruby and other things, but Docker, check out this article.

Here is the command:

docker run -v /Users/gokul/gokulm.github.io:/srv/jekyll -p 4000:4000 -it jekyll/jekyll:builder bash

Here is the theme I used.

· markdown, jekyll