Adds a new configuration file to define data feeds, link fixers, generator settings, and API endpoints for weeknote generation.
This config file specifies the RSS feeds to fetch, the links to fix, and the settings for generating the weeknote content.
It also defines the user IDs for external services like Anilist and Goodread.
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
- Reordered entries in webmention JSON files for consistency.
- Updated `weeknotebot` version from 1.5.0 to 1.5.1 in `poetry.lock` and `requirements.txt`.
- Enhanced `weeknote-config.json` structure for better readability and maintainability.