Skip to content

Commit

Permalink
Merge pull request #20 from niclasheinz/fix-blog-rss-example
Browse files Browse the repository at this point in the history
Fix blog rss example
  • Loading branch information
squidfunk authored Feb 3, 2025
2 parents 15c61b3 + a94eb64 commit 686cdc8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/blog-rss/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ plugins:
- rss: # https://pypi.org/project/mkdocs-rss-plugin/
match_path: blog/posts/.*
date_from_meta:
as_creation: date
as_update: false
date_format: "%Y-%m-%d" # specify if the RSS plugin does
# not understand the format you use
as_creation: "date" # means from page.meta.date
as_update: "git" # means from git log
datetime_format: "%Y-%m-%d %H:%M"
default_time: "09:30"
default_timezone: Europe/Berlin

categories:
- categories
- tags

0 comments on commit 686cdc8

Please sign in to comment.