A New Blog
So I've been helping my dad setup a blog like mine on spack.org, you can see the beginings of it on the BrettSpace page. So far it has seemed to be fairly easy and he's made his first post! Now I'm trying to aggregate my posts and his posts on the front ThinkingSpace page but I suspect there is going to be an ordering problem. We'll see how it progresses.
UPDATE: Yes it does indeed appear that the decending sort that I do via the Include Macro means that all of Brett's entries appear before mine, regardless of date. This means that I'll now need to do this properly by building a combined calendar and then using a modified version of the IncludeCalendarPage macro (see macro/IncludeCalendarPage.py).