Enable RSS
This commit is contained in:
parent
a903cfde23
commit
916f7ed758
2 changed files with 8 additions and 1 deletions
|
@ -5,3 +5,4 @@ description: All news related to the network!
|
||||||
|
|
||||||
# News
|
# News
|
||||||
|
|
||||||
|
[:material-rss-box: Click for RSS feed](/feed_rss_created.xml)
|
|
@ -71,6 +71,8 @@ extra:
|
||||||
link: https://discord.gg/RWNQxAWad2
|
link: https://discord.gg/RWNQxAWad2
|
||||||
- icon: fontawesome/brands/git-alt
|
- icon: fontawesome/brands/git-alt
|
||||||
link: https://git.subnet-masked.com/Subnet_Masked/minecraft_site
|
link: https://git.subnet-masked.com/Subnet_Masked/minecraft_site
|
||||||
|
- icon: material/rss-box
|
||||||
|
link: /feed_rss_created.xml
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/extra.css
|
- stylesheets/extra.css
|
||||||
plugins:
|
plugins:
|
||||||
|
@ -91,3 +93,7 @@ plugins:
|
||||||
enabled: true
|
enabled: true
|
||||||
blog_dir: news
|
blog_dir: news
|
||||||
post_dir: news/articles
|
post_dir: news/articles
|
||||||
|
- rss:
|
||||||
|
match_path: news/articles/.*
|
||||||
|
date_from_meta:
|
||||||
|
as_creation: date
|
Loading…
Reference in a new issue