Add weeknotes system with first entry

- Add weeknotes landing page with auto-listing of all entries
- Create first weeknote: December 20–27, 2025
- Add Weeknotes to secondary menu alongside Now/Then/Future
- Create custom layout to display all weeknotes chronologically
- Update weeknotes command to use date ranges and current time
- Credit Genehack for weeknotes inspiration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2025-12-27 11:06:20 -05:00
parent 2b98d186ef
commit 84e54b08de
5 changed files with 76 additions and 7 deletions

View File

@@ -97,6 +97,11 @@ theme = "m10c"
name = "Future"
url = "/upcoming/"
weight = 3
[[menu.secondary]]
identifier = "weeknotes"
name = "Weeknotes"
url = "/weeknotes/"
weight = 4
[[menu.tertiary]]
identifier = "mytweets"
name = "Local Tweet Archive"