Commit Graph

4 Commits

Author SHA1 Message Date
svemagie
1937bf48fd Revert "fix: move /til and /where to /slashpage/til and /slashpage/where"
This reverts commit 491c51d48d.
2026-03-15 11:36:38 +01:00
svemagie
491c51d48d fix: move /til and /where to /slashpage/til and /slashpage/where
Update permalinks and all internal links accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 11:32:50 +01:00
svemagie
e8ba3b9ae6 feat: nested tags (Obsidian-style) for categories system
Adds hierarchical tag support using "/" separator (e.g. "tech/programming/js").
- New filters: nestedSlugify, categoryMatches, categoryBreadcrumb,
  categoryGroupByRoot, categoryDirectChildren
- categories collection auto-generates ancestor pages for nested tags
- categories.njk: breadcrumb nav, sub-tags section, ancestor-aware post matching
- categories-index.njk: grouped tree view (root + indented children)
- categories widget: shows root tags only with child count badge
- All category links updated from slugify → nestedSlugify (backward-compatible)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 10:56:34 +01:00
svemagie
e9b8277ce3 feat: add /til slashpage listing all posts tagged with category "til"
- New til.njk generates /til/ with digest-style card listing
- Filters collections.posts for category == "til" (string or array)
- Shows date, post type, other categories, and content preview
- Added /til entry to slashes.njk under Site Pages

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 08:04:01 +01:00