From 930c54d8633d18a61572d2018ccc677ee8851def Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Sat, 3 Feb 2024 14:11:40 -0500 Subject: [PATCH 1/3] Switch icon to Forgejo instead of generic git --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index c0e3bc6..4a71362 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -78,7 +78,7 @@ extra: social: - icon: fontawesome/brands/discord link: https://osl.unit15.net/MNVDiscord - - icon: fontawesome/brands/git-alt + - icon: simple/forgejo link: https://git.subnet-masked.com/midnight_valley/website - icon: material/list-status link: https://status.unit15.net/status/minecraft From 26aac20434ca8cc0760e75b749734fd23c4cf0fd Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Sat, 3 Feb 2024 14:12:13 -0500 Subject: [PATCH 2/3] Remove RSS - More trouble than it is worth --- mkdocs.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 4a71362..a7a8bd5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -82,8 +82,6 @@ extra: link: https://git.subnet-masked.com/midnight_valley/website - icon: material/list-status link: https://status.unit15.net/status/minecraft - - icon: material/rss-box - link: /feed_rss_created.xml - icon: material/image link: https://gallery.midnightvalley.net/ extra_css: @@ -105,11 +103,4 @@ plugins: - blog: enabled: true blog_dir: news - 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 \ No newline at end of file + post_dir: news/articles \ No newline at end of file From 0956cdc0116e72d20fd2228b84ac5955f12d2238 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Sat, 3 Feb 2024 14:12:35 -0500 Subject: [PATCH 3/3] Remove RSS reference --- docs/news/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/news/index.md b/docs/news/index.md index deaedf7..3ee09b8 100644 --- a/docs/news/index.md +++ b/docs/news/index.md @@ -3,6 +3,4 @@ icon: material/newspaper description: All news related to the network! --- -# News - -[:material-rss-box: Click for RSS feed](/feed_rss_created.xml) \ No newline at end of file +# News \ No newline at end of file