We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15c61b3 + a94eb64 commit 686cdc8Copy full SHA for 686cdc8
examples/blog-rss/mkdocs.yml
@@ -39,10 +39,12 @@ plugins:
39
- rss: # https://pypi.org/project/mkdocs-rss-plugin/
40
match_path: blog/posts/.*
41
date_from_meta:
42
- as_creation: date
43
- as_update: false
44
- date_format: "%Y-%m-%d" # specify if the RSS plugin does
45
- # 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"
46
+ default_timezone: Europe/Berlin
47
+
48
categories:
49
- categories
50
- tags
0 commit comments