From f3168099c30310ca1c0c22c911a1f4e710a41634 Mon Sep 17 00:00:00 2001 From: Digital Cheese Date: Sun, 29 Oct 2023 18:08:53 +0000 Subject: [PATCH] Moved feeds around, articles page available --- articles.html | 31 +++++++++++++++++++++++++++++++ {feeds => blog}/blog.xml | 0 index.html | 1 + {feeds => podcast}/podcast.xml | 0 4 files changed, 32 insertions(+) create mode 100644 articles.html rename {feeds => blog}/blog.xml (100%) rename {feeds => podcast}/podcast.xml (100%) diff --git a/articles.html b/articles.html new file mode 100644 index 0000000..bb6b045 --- /dev/null +++ b/articles.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + Venith Articles + + + + + +
+ +
+ No articles available yet +
+
2022-2023 Venith, all rights reserved, please email us for any questions/concerns you have.
+
+ + \ No newline at end of file diff --git a/feeds/blog.xml b/blog/blog.xml similarity index 100% rename from feeds/blog.xml rename to blog/blog.xml diff --git a/index.html b/index.html index e289ddd..a638b28 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@
Welcome to the official Venith website, created by Digital Cheese and MattTheTekie (owner of CrazyHellTech). Venith is owned and created by Digital Cheese, MattTheTekie helps out with a lot of the services being hosted or updating the websites whenever DC can't do it.

Main Pages

+ VENITH Articles
VENITH Blog (RSS)
VENITH Podcast (RSS)
VENITH Archive diff --git a/feeds/podcast.xml b/podcast/podcast.xml similarity index 100% rename from feeds/podcast.xml rename to podcast/podcast.xml