Add RSS feed

This commit is contained in:
Jake Howard 2024-02-15 19:51:36 +00:00 committed by Jake Howard
parent f6d1741c0d
commit 1b4672d615
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,5 @@
site_name: Notes
site_url: https://notes.theorangeone.net
repo_url: https://github.com/RealOrangeOne/notes
repo_name: RealOrangeOne/notes
copyright: "© TheOrangeOne"
@ -13,6 +14,8 @@ extra:
link: https://twitter.com/RealOrangeOne
- icon: fontawesome/brands/github
link: https://github.com/RealOrangeOne
- icon: fontawesome/solid/rss
link: /feed_rss_created.xml
theme:
name: material
@ -92,3 +95,9 @@ plugins:
- README.md
- minify_html
- social
- rss:
date_from_meta:
as_creation: "date"
as_update: false
json_feed_enabled: false
match_path: "notes/.*"

View File

@ -5,3 +5,4 @@ mkdocs-awesome-pages-plugin
mkdocs-glightbox
mkdocs-git-revision-date-localized-plugin
mkdocs-minify-html-plugin
mkdocs-rss-plugin