In the nikola branch of pypy.org https://bitbucket.org/pypy/pypy.org/src/nikola/ I reworked the website content and layout reusing the work from https://github.com/frsdun/pypy-website. I would like to deploy it soon, as I think it is an improvement. You can try it out by checking out the branch, then running "make auto" which will - build a virtualenv - pip install nikola and other packages into the virtualenv - convert the rst sources into html in teh public directory - start a server on 0.0.0.0 (be careful if you don't want to open a socket to the world, use "make build", then run "venv_nikola/bin/nikola serve") - connect with a browser: try your computer, tablet, or phone Comments, criticisms, and especially pull requests are welcome. I am not a front-end designer. Still to do: - import the blog to move away from morepypy.blogger.com and self-host static pages - import the comments too Matti P.S. I have also started making the benchmarks run at speed.pypy.org work on python3. Help there is welcome as well.