This is the source of https://nickcharlton.net. It's existed for many years, but the current version is implemented using Jekyll, a static site generator written in Haskell. Previous versions have been implemented in Sinatra, Hakyll, and countless others.
git clone git://github.com/nickcharlton/nickcharlton.net.git
cd nickcharlton.net
bundle
jekyll s
Static site generators can be a bit of a pain to get working with from nothing, so feel free to use this as an example to base your implementation off of.
The code is licensed under MIT and the content under CC BY-NC-SA 2.0 UK. I am, however, open to other things, just ask.