Compare commits
No commits in common. "0956cdc0116e72d20fd2228b84ac5955f12d2238" and "9bfffa07d2f24145822c4f8377be80909944308e" have entirely different histories.
0956cdc011
...
9bfffa07d2
2 changed files with 14 additions and 3 deletions
|
@ -4,3 +4,5 @@ description: All news related to the network!
|
||||||
---
|
---
|
||||||
|
|
||||||
# News
|
# News
|
||||||
|
|
||||||
|
[:material-rss-box: Click for RSS feed](/feed_rss_created.xml)
|
11
mkdocs.yml
11
mkdocs.yml
|
@ -78,10 +78,12 @@ extra:
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/brands/discord
|
- icon: fontawesome/brands/discord
|
||||||
link: https://osl.unit15.net/MNVDiscord
|
link: https://osl.unit15.net/MNVDiscord
|
||||||
- icon: simple/forgejo
|
- icon: fontawesome/brands/git-alt
|
||||||
link: https://git.subnet-masked.com/midnight_valley/website
|
link: https://git.subnet-masked.com/midnight_valley/website
|
||||||
- icon: material/list-status
|
- icon: material/list-status
|
||||||
link: https://status.unit15.net/status/minecraft
|
link: https://status.unit15.net/status/minecraft
|
||||||
|
- icon: material/rss-box
|
||||||
|
link: /feed_rss_created.xml
|
||||||
- icon: material/image
|
- icon: material/image
|
||||||
link: https://gallery.midnightvalley.net/
|
link: https://gallery.midnightvalley.net/
|
||||||
extra_css:
|
extra_css:
|
||||||
|
@ -104,3 +106,10 @@ plugins:
|
||||||
enabled: true
|
enabled: true
|
||||||
blog_dir: news
|
blog_dir: news
|
||||||
post_dir: news/articles
|
post_dir: news/articles
|
||||||
|
- rss:
|
||||||
|
abstract_chars_count: -1
|
||||||
|
match_path: news/articles/.*
|
||||||
|
date_from_meta:
|
||||||
|
as_creation: date
|
||||||
|
as_update: false
|
||||||
|
default_timezone: America/New_York
|
Loading…
Reference in a new issue