Implements a "Now" page to share current activities, inspired by nownownow.com.
- Introduces a new content type "now" with corresponding layouts and archetype.
- Adds a "Now" entry to the main menu.
- Creates a script to easily generate new "now" entries.
- Updates the colophon page with information about the "now" page.
- Deletes weeknote config as it isn't in use anymore
Adds support for displaying microposts (e.g. Mastodon toots) on the home
page. This includes adding a new "secondarysections" parameter to the
configuration, updating the index layout to display these posts, and
adding a default comment section to the micro archetype.
Implements cover image generation using PIL for newly created posts, photos and micro posts.
Removes micro-pub syndication from archetypes as it's not longer needed.
- Implemented a ClassView to handle CSV file downloads.
- The view generates a CSV file with car data (brand, model, year).
- Allows customization of CSV dialect and data structure.
- Supports integration with other Class Mixins for additional functionalities.