Posts from 2012
Site Update
I’ve pushed out some small updates to the site, plus some larger technical changes.
My first change was to move from web.py to Flask. The main reason for this was to make use of Flask FlatPages to store my posts (rather than a DB). Being that this is a small and simple site, it made my life easier to just store site data in a flat file rather than in a database.