Skip to content

Commit eccab8c

Browse files
Kasper JungeRalphify
authored andcommitted
docs: exclude blog posts from git-revision-date plugin
Blog posts define their own dates in frontmatter (handled by the blog plugin). The git-revision-date-localized plugin is redundant for them and produces warnings when posts are drafted locally before being committed to git. Co-authored-by: Ralphify <noreply@ralphify.co>
1 parent 6d2c631 commit eccab8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ plugins:
9494
exclude:
9595
- blog/archive/*
9696
- blog/category/*
97+
- blog/posts/*
9798

9899
extra_css:
99100
- stylesheets/extra.css

0 commit comments

Comments
 (0)