Skip to content

Commit f6166bd

Browse files
committed
add rss
1 parent 44b7660 commit f6166bd

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

mkdocs.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ markdown_extensions:
9797

9898
plugins:
9999
- search
100-
- git-revision-date-localized
100+
- git-revision-date-localized:
101+
enabled: !ENV [CI, false]
102+
enable_creation_date: true
101103
- tags
102104
- blog
103105
- social:
@@ -106,6 +108,17 @@ plugins:
106108
redirect_maps:
107109
'activate.md': 'https://www.activateuts.com.au/clubs/programmers-society-progsoc/?quickRegistration=true'
108110
'discord.md': 'https://discord.gg/uSgqcBsrjd'
111+
- rss:
112+
match_path: blog/posts/.*
113+
date_from_meta:
114+
as_creation: date
115+
categories:
116+
- categories
117+
- tags
118+
- git-committers:
119+
enabled: !ENV [CI, false]
120+
repository: progsoc/docs
121+
branch: main
109122

110123
nav:
111124
- Home: index.md

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ pymdown-extensions==10.14.3
44
mkdocs-git-revision-date-localized-plugin==1.4.4
55
pillow==11.1.0
66
cairosvg==2.7.1
7-
mkdocs-redirects==1.2.2
7+
mkdocs-redirects==1.2.2
8+
mkdocs-rss-plugin==1.17.1
9+
mkdocs-git-committers-plugin-2==2.5.0

0 commit comments

Comments
 (0)