Commit Graph

17 Commits (4b6be02e5a29dc68a6cf1142f44ff9a53419f03d)

Author SHA1 Message Date
Noah 4b6be02e5a Spaces to tabs in HTML and CSS 2015-08-11 17:39:16 -07:00
Noah 8786b8d49c Fix blog default category 2015-07-20 14:09:14 -07:00
Noah a43db105b2 Add feature to rebuild blog index 2015-07-20 12:16:52 -07:00
Noah ea2ef9876d Some Unicode fixes for Python 3 2015-07-10 00:41:44 -07:00
Noah e38ccc7190 Support Python 3 for running the app 2015-07-10 00:27:13 -07:00
Noah 482b47b6aa Allow overriding partial blog index template 2015-05-14 17:37:29 -07:00
Noah 72b9c60595 Add <snip> feature to blog for hiding bulk of post body 2015-05-14 16:46:47 -07:00
Noah c665db20b8 Enforce blog posts not allowing commenting on them 2015-03-06 18:42:16 -08:00
Noah 21dbede734 Moar unicode fixes 2015-02-23 13:10:21 -08:00
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