My personal website and blog.
It uses the minimal theme by @orderedlist.
And is powered by Jekyll.
I had problems with pages (not posts) not rendering as markdown: turns out you
need to use {{ content }}
not {{ page.content }}
to get rendered markdown.
See: https://skratchdot.com/2012/05/markdown-not-working-in-jekyll/
The code and style of this blog was inspired by: Tom Preston-Werner's blog (repo) and Corey Donohoe's blog (repo)