Skip to content

Commit 686cdc8

Browse files
authored
Merge pull request #20 from niclasheinz/fix-blog-rss-example
Fix blog rss example
2 parents 15c61b3 + a94eb64 commit 686cdc8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

examples/blog-rss/mkdocs.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ plugins:
3939
- rss: # https://pypi.org/project/mkdocs-rss-plugin/
4040
match_path: blog/posts/.*
4141
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
42+
as_creation: "date" # means from page.meta.date
43+
as_update: "git" # means from git log
44+
datetime_format: "%Y-%m-%d %H:%M"
45+
default_time: "09:30"
46+
default_timezone: Europe/Berlin
47+
4648
categories:
4749
- categories
4850
- tags

0 commit comments

Comments
 (0)