Commit Graph

8 Commits (ff75921129ecb815f97d56f4530592e464fbe4e8)

Author SHA1 Message Date
Noah ff75921129 Move to new settings system 2014-12-04 15:06:44 -08:00
Noah 30b081cb86 Styling fixes 2014-12-02 23:47:52 +00:00
Noah 67a30e2471 Add visitor tracking code 2014-12-02 15:46:13 -08:00
Noah 1f92d2a35d Cap sizes for blog avatars 2014-10-16 17:36:44 +00:00
Noah 001db8d714 Bootstrap classes for form elements 2014-10-15 18:25:45 -07:00
Noah 6f14456de2 Add /blog/archive endpoint 2014-08-27 13:56:06 -07:00
Noah 1035fe287c Fix bug with blog post format type 2014-07-29 17:49:00 -07:00
Noah 8a2d6a7c04 Refactor modules into a plugin-based system
All modules are now plugins. The config.py calls load_plugin for each
plugin it needs (some plugins may load others automatically). Also each
plugin keeps its own template folder which gets added to the template
search path, so i.e. if the photo plugin is unloaded completely, the URL
endpoints won't work either (with the old system, since the HTML
templates still existed in the default root the endpoints would still
serve pages, just without any Python logic behind them).
2014-07-23 14:21:53 -07:00