From ff989598fb1b20ceef54aee6e3b8c1304165f1cc Mon Sep 17 00:00:00 2001 From: kayomn Date: Sat, 19 Aug 2023 17:25:44 +0100 Subject: [PATCH] Correct initial feed post RSS link --- content/feed/hello-world.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/feed/hello-world.md b/content/feed/hello-world.md index 021dd92..ed6167d 100644 --- a/content/feed/hello-world.md +++ b/content/feed/hello-world.md @@ -1,10 +1,8 @@ +++ -title = "hello world" +title = "Hello, World" date = 2023-08-16 +++ -# Hello, World - This is a test of the new announcement feed system. From here on, all announcements regarding all things Source Control will come through here. That includes notices of maintenance, downtime, as well as more general updates about the service. @@ -15,4 +13,4 @@ Aside from the heavy reliance on a third-party and that being against the a key Our new solution uses RSS and allows us to distribute information without having to worry about so many third-parties being involved. With it being a core web technology and standard, it's been tested by time and has a higher level of reliability than Discord or any highly dynamic internet-based service for that matter. -Aside from visiting the website directly to view updates, you can also subscribe to our RSS feed at [https://pizzawednes.day/feed.rss](https://pizzawednes.day/feed.rss) and receive notifications to any device you wish to that supports RSS content. Further, we will continue pushing announcement to Discord - now through an RSS relay bot. +Aside from visiting the website directly to view updates, you can also subscribe to our RSS feed at [https://pizzawednes.day/feed/rss.xml](https://pizzawednes.day/feed/rss.xml) and receive notifications to any device you wish to that supports RSS content. Further, we will continue pushing announcement to Discord - now through an RSS relay bot.