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

@@ -29,3 +29,5 @@ The code for this website is hosted on [GitHub](https://github.com/fundor333/fun
Some part (some of the static pages) of this site are generated from api, some mine, some from external service and some from json files generated by some of mine [Github automation](https://fundor333.com/post/2025/github-action-for-syndication-links/).
The comments are done with [webmentions](https://indieweb.org/Webmention) and hosted with the [Github automation](https://fundor333.com/post/2025/github-action-for-syndication-links/) in the [repo](https://github.com/fundor333/fundor333.github.io) with all other file needed to build the site.
The [now page](https://nownownow.com/about) is make with [this article](https://derekkedziora.com/blog/dynamic-now-page) in mind and I edit every time I remember to update it.