This site is built using gVim, Django and Python. Individual pages are written in reStructuredText. It's a very simple static site so I use Staticgenerator with Django to make sure that the majority of the site's pages are rendered to static html files on first request and then served by nginx. Memcached is also used to help if a page is not yet rendered statically. Because of all of the caching (and the very low number of visitors... ahem) SQLite3 is used as the backend DB. All of this delicate house-of-cards sits on a Debian Virtual server hosted by the really very impressive lot at Bytemark.

It's a few HTML pages (created with the method outlined above) and hosted on Github.... Who needs a homepage now anyway! It's not 1997 anymore.