Skip to content

Commit f03fb96

Browse files
committed
Add RSS feed for blog posts
1 parent a3d29ed commit f03fb96

3 files changed

Lines changed: 100 additions & 6 deletions

File tree

mkdocs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ plugins:
3737
- markdownextradata
3838
- git-revision-date-localized:
3939
enable_creation_date: true
40+
- rss:
41+
match_path: blog/posts/.*
42+
categories:
43+
- tags
44+
comments_path: "#__comments"
4045
# - mkdocs-jupyter
4146

4247
markdown_extensions:
@@ -62,6 +67,8 @@ extra:
6267
link: https://github.com/williambdean
6368
- icon: fontawesome/brands/linkedin
6469
link: https://www.linkedin.com/in/williambdean/
70+
- icon: fontawesome/solid/rss
71+
link: /feed_rss_created.xml
6572

6673
nav:
6774
- Welcome: index.md

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ docs = [
2020
"mkdocs-markdownextradata-plugin>=0.2.5,<0.3",
2121
"mkdocs-git-revision-date-localized-plugin>=1.1.0,<2",
2222
"mkdocs-video>=1.5.0",
23+
"mkdocs-rss-plugin>=1.19.0",
2324
]
2425
misc = [
2526
"pandas>=2.0.3,<3",

uv.lock

Lines changed: 92 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)