WIKI: adding RSS feed to blog

This commit is contained in:
XargonWan 2023-12-07 14:03:14 +01:00
parent 0cc553d013
commit b777c72771
2 changed files with 9 additions and 1 deletions

View file

@ -19,6 +19,13 @@ theme:
accent: "white"
plugins:
- search:
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
- blog:
enabled: true
post_url_date_format: yyyy/MM/dd

View file

@ -1 +1,2 @@
mkdocs-material
mkdocs-rss-plugin