Simple Site Generator
This website is generated by a simple site generator software that I wrote my self. In essence, it is just a script that parses markdown to html and applies a css stylesheet for some eyecandy.
I have to thank suckless for prividing me with inspiration. Initially I simply wanted to use their site generator swerc, but I could not get it to work properly. So after seeing how little code is involved there, I thought I would just make my own and expand its functionality as needed.
IFrames
If you want to integrate additional functionality into this site, you can use HTML IFrames. See the repositories sub-site for an example. This is possible since instead of writing a markdown file, you can also provide an index.html. That will not be touched.
Since markdown files also may contain html elements, you can also put html and even javascript code directly into the site.
Although this is very much against the suckless philosophy and genrally illadvised, this allows for somewhat better sites.
Mathjax
One of the best reasons to support javascripting is that many advaced typesetting features are not supported by HTML alone. Mathematical expressions for example are very poorly supported and usually require quite complicated workarounds. Mathjax is such a workaround, however it automates very well the tedious task of generating mathematical formulas as images and incoorporating them in-place into a website.