Skip to content

Commit 069f29a

Browse files
Kasper JungeRalphifyclaude
authored andcommitted
docs: exclude blog/category from git-revision-date plugin to fix build warning
The auto-generated blog category pages triggered a git timestamp ordering warning because they have no real git history. Excluding them matches the existing blog/archive exclusion. Co-authored-by: Ralphify <noreply@ralphify.co> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 680b858 commit 069f29a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ plugins:
9090
fallback_to_build_date: true
9191
exclude:
9292
- blog/archive/*
93+
- blog/category/*
9394

9495
extra_css:
9596
- stylesheets/extra.css

0 commit comments

Comments
 (0)