Skip to content

Commit db1997a

Browse files
authored
Add RSS feed (#21)
1 parent bade4a1 commit db1997a

3 files changed

Lines changed: 182 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ plugins:
4141
- "Papers of the Month"
4242
authors_profiles: true
4343
archive: false
44+
- rss:
45+
match_path: posts/.*
46+
use_git: false
47+
date_from_meta:
48+
as_creation: date
49+
as_update: date
50+
categories:
51+
- categories
52+
- tags
4453
- search
4554
- social:
4655
cards_layout: default

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies = [
66
"nbconvert",
77
"mkdocs",
88
"mkdocs-material[imaging]",
9+
"mkdocs-rss-plugin",
910
]
1011

1112
[tool.setuptools]

0 commit comments

Comments
 (0)