File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,9 @@ markdown_extensions:
9797
9898plugins :
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
110123nav :
111124 - Home : index.md
Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ pymdown-extensions==10.14.3
44mkdocs-git-revision-date-localized-plugin == 1.4.4
55pillow == 11.1.0
66cairosvg == 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
You can’t perform that action at this time.
0 commit comments