Adds "Now" page functionality

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
This commit is contained in:
fundor333
2025-08-05 02:49:10 +02:00
parent 7f3aa3ec77
commit f86b05b476
11 changed files with 95 additions and 65 deletions

View File

@@ -19,6 +19,10 @@ main:
name: "Series"
url: "/series"
weight: 27
- pageRef: "/now"
name: "Now"
url: "/now"
weight: 28
- pageRef: "/explore"
name: "Explore"
url: "/explore"