Commit Graph

13 Commits

Author SHA1 Message Date
03ad75ae9b Link from blog errors to relevant ticket 2015-01-11 06:31:06 +00:00
4100b808d4 Remove BLOG_DIR from blog errors without breaking the blog 2014-11-15 23:54:06 +00:00
de4e51e0b6 Factor out blog posts per feed as a constant, halve number of blog posts per page 2013-02-03 03:12:31 +00:00
1be4ea4943 Merge blog_index and blog_category views 2013-02-03 02:58:55 +00:00
55af9d11b3 Add category support to the Atom feed 2013-02-03 02:53:58 +00:00
f32b6e3c14 Refactor blog category post selection 2013-02-03 02:24:05 +00:00
535e2f41b0 Added category view for blog posts 2013-02-03 02:17:41 +00:00
41c8b1c7f3 Added ten-minute caching to blog and meetings views 2013-01-16 22:12:51 +00:00
8e09d84d09 Reworked meta dict usage to make blog templates easier to understand
Displayed dates in the blog templates are now all taken from meta['date'],
which can be set by the 'date' metatag in the blog post but defaults to the
date obtained from the post's slug (i.e. what subfolder the post is in).
2013-01-16 01:41:24 +00:00
2acc8bc433 Blog entries -> Blog posts 2013-01-09 00:32:32 +00:00
9a81261190 Rework of blog
- Added support for metadata in blog entries
- Modified blog/index.html and blog/entry.html templates to use metadata
- Migrated the most recent post over to just a .rst file and added metadata
2013-01-08 01:33:22 +00:00
5a088b76c7 Split off meetings code 2012-12-19 07:59:22 +00:00
785f627d7a Reorganized site and blog views and helpers to use LazyView
This increases the speed of the site by not requiring the site and blog code to
be imported on every request - just those that are relevant. It also splits the
code into modules which are easier to work with.
2012-12-19 06:53:59 +00:00