The blog page is working!
I created this blog from scratch using PHP, Doctrine, Bootstrap, and Prism. This will hopefully serve as a useful and reasonably formal medium for documenting my projects.
It can display little pictures:

... medium-sized pictures:

... big images:

... bigger images:

... samples of code:
import time
import sys
print("Hello, %s !" % sys.argv[1])
while True:
    print("This is an example Python program!!")
    time.sleep(1)
... PDF files:
... and more!