Jason Lam's personal website, available at jasonl.net. You're probably not interested in deploying it, but I'll include the instructions here anyway.
git clone git@github.com:tesu/website.git
cd website
pip install -e .
cd tesu
sqlite3 app.db < schema.sql
- ??? (there might be some other setup I've forgotten)
./tesu.py
I recommend using NGINX + uWSGI.