Jekyll

About

Jekyll is a static site generator that was written by one of GitHub's cofounders, Tom Preson-Werner.

Justification

I picked Jekyll in the past because I was looking for something that is really simple to maintain. This is an easy way to convert markdown into html with no other effort beyond pushing my code back to GitHub.

To run Local development server

1bundle exec jekyll serve

Reference