commit 2459b8baf40f9859eeb0fcf13104f509f7e16dc8
parent fdedd2c03fa997e35fc3d08c22987c2f91430454
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sat, 10 Aug 2019 01:35:44 -0400
Add feeds to every major section of the site
Diffstat:
10 files changed, 125 insertions(+), 44 deletions(-)
diff --git a/pages/blog.md b/pages/blog.md
@@ -4,11 +4,15 @@
[//]: # "base.min.css"
+<a class="rss-icon" href="/feeds/blog-feed.xml"> <img
+src="/img/feed-icon.png" width="15px" height="15px" alt="RSS_ICON"</img>
+Subscribe to this page!</a>
+
This is the place where I put all of my ramblings, rants, essays, and random thoughts and ideas.
Below you can find links to things that I have posted:
-### Blogs
+### Blog Posts
<ul>
<li><a href="blog/qutebrowser-to-firefox">Why I Switched Back to Firefox
from Qutebrowser</a></li>
diff --git a/pages/guides.md b/pages/guides.md
@@ -4,6 +4,10 @@
[//]: # "base.min.css"
+<a class="rss-icon" href="/feeds/guides-feed.xml"> <img
+src="/img/feed-icon.png" width="15px" height="15px" alt="RSS_ICON"</img>
+Subscribe to this page!</a>
+
Below you can find guides on configuring various services and programs, little
tips and tricks I've learned, and more!
diff --git a/pages/home.md b/pages/home.md
@@ -15,7 +15,7 @@ be something that interests you!
<div class="feed-wrapper">
<h3 class="feed-candidate">Recently Updated:</h3>
- <a class="rss-icon" href="/share/feeds/sitewide-feed.xml"> <img
+ <a class="rss-icon" href="/feeds/sitewide-feed.xml"> <img
src="/img/feed-icon.png" width="15px" height="15px" alt="RSS_ICON"></img>
</a>
</div>
diff --git a/pages/projects.md b/pages/projects.md
@@ -4,6 +4,10 @@
[//]: # "base.min.css"
+<a class="rss-icon" href="/feeds/projects-feed.xml"> <img
+src="/img/feed-icon.png" width="15px" height="15px" alt="RSS_ICON"</img>
+Subscribe to this page!</a>
+
Below is a selection of links to my various projects and places where you can
find them hosted.
diff --git a/public/feeds/blog-feed.xml b/public/feeds/blog-feed.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+<channel>
+<atom:link href="https://www.paritybit.ca/feeds/blog-feed.xml" rel="self" type="application/rss+xml" />
+<title>paritybit.ca — Blog</title>
+<link>https://www.paritybit.ca/blog</link>
+<description>The feed that covers all notable additions and updates to the Blog
+ section of paritybit.ca. Includes both blog post and essay content.
+</description>
+<item>
+ <title>New Blog Post: Why I Switched Back to Firefox from Qutebrowser</title>
+ <link>https://www.paritybit.ca/blog/qutebrowser-to-firefox</link>
+ <guid>https://www.paritybit.ca/blog/qutebrowser-to-firefox</guid>
+ <pubDate>Thu, 20 Jun 2019 04:00:00 +0000</pubDate>
+ <description>I've been using qutebrowser for about six months now but I
+ found it really wasn't meeting my needs. In this post I explain the
+ reasons why I switched back to using Firefox.</description>
+</item>
+</channel>
+</rss>
diff --git a/public/feeds/guides-feed.xml b/public/feeds/guides-feed.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+<channel>
+<atom:link href="https://www.paritybit.ca/feeds/guide-feed.xml" rel="self" type="application/rss+xml" />
+<title>paritybit.ca — Guides</title>
+<link>https://www.paritybit.ca/guides</link>
+<description>The feed that covers all notable additions and updates to the
+ Guides section of paritybit.ca. </description>
+<item>
+ <title>New Guide: Installing Debian 10 Buster with Encrypted LVM and btrfs Subvolumes</title>
+ <link>https://www.paritybit.ca/guides/debian-with-btrfs</link>
+ <guid>https://www.paritybit.ca/guides/debian-with-btrfs</guid>
+ <pubDate>Tue, 16 Jul 2019 04:00:00 +0000</pubDate>
+ <description>One thing that some people may want to try is installing Debian
+ using btrfs as their primary file system. Debian currently supports
+ formatting partitions with btrfs, but doesn't support creating
+ subvolumes from within the installer. This tutorial will tell you how to
+ set up a Debian 10 Buster system with btrfs using subvolumes on your
+ root filesystem from within the installer. I will also cover how to do
+ this with LVM encrypted volumes.</description>
+</item>
+</channel>
+</rss>
diff --git a/public/feeds/projects-feed.xml b/public/feeds/projects-feed.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+<channel>
+<atom:link href="https://www.paritybit.ca/feeds/projects-feed.xml" rel="self" type="application/rss+xml" />
+<title>paritybit.ca — Projects</title>
+<link>https://www.paritybit.ca/projects</link>
+<description>The feed that covers all notable additions and updates to the
+ Projects section of paritybit.ca. </description>
+<item>
+ <title>New Project: Morrowind Character Roller</title>
+ <link>https://www.paritybit.ca/projects/morrowind-character-roller</link>
+ <guid>https://www.paritybit.ca/projects/morrowind-character-roller</guid>
+ <pubDate>Sat, 10 Aug 2019 05:00:00 +0000</pubDate>
+ <description>Generate a random scenario for role-playing a character in TES
+ III: Morrowind. </description>
+</item>
+</channel>
+</rss>
diff --git a/public/feeds/sitewide-feed.xml b/public/feeds/sitewide-feed.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+<channel>
+<atom:link href="https://www.paritybit.ca/feeds/sitewide-feed.xml" rel="self" type="application/rss+xml" />
+<title>paritybit.ca — Recently Updated</title>
+<link>https://www.paritybit.ca</link>
+<description>The feed that covers all notable additions, updates, announcements,
+ and other changes for the entire paritybit.ca website.</description>
+<item>
+ <title>New Project: Morrowind Character Roller</title>
+ <link>https://www.paritybit.ca/projects/morrowind-character-roller</link>
+ <guid>https://www.paritybit.ca/projects/morrowind-character-roller</guid>
+ <pubDate>Sat, 10 Aug 2019 05:00:00 +0000</pubDate>
+ <description>Generate a random scenario for role-playing a character in TES
+ III: Morrowind. </description>
+</item>
+<item>
+ <title>New Guide: Installing Debian 10 Buster with Encrypted LVM and btrfs Subvolumes</title>
+ <link>https://www.paritybit.ca/guides/debian-with-btrfs</link>
+ <guid>https://www.paritybit.ca/guides/debian-with-btrfs</guid>
+ <pubDate>Tue, 16 Jul 2019 04:00:00 +0000</pubDate>
+ <description>One thing that some people may want to try is installing Debian
+ using btrfs as their primary file system. Debian currently supports
+ formatting partitions with btrfs, but doesn't support creating
+ subvolumes from within the installer. This tutorial will tell you how to
+ set up a Debian 10 Buster system with btrfs using subvolumes on your
+ root filesystem from within the installer. I will also cover how to do
+ this with LVM encrypted volumes.</description>
+</item>
+<item>
+ <title>New Blog Post: Why I Switched Back to Firefox from Qutebrowser</title>
+ <link>https://www.paritybit.ca/blog/qutebrowser-to-firefox</link>
+ <guid>https://www.paritybit.ca/blog/qutebrowser-to-firefox</guid>
+ <pubDate>Thu, 20 Jun 2019 04:00:00 +0000</pubDate>
+ <description>I've been using qutebrowser for about six months now but I
+ found it really wasn't meeting my needs. In this post I explain the
+ reasons why I switched back to using Firefox.</description>
+</item>
+</channel>
+</rss>
diff --git a/public/share/feeds/sitewide-feed.xml b/public/share/feeds/sitewide-feed.xml
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<rss version="2.0">
-<channel>
-<title>paritybit.ca — Recently Updated</title>
-<link>https://www.paritybit.ca</link>
-<description>The feed that covers all notable additions, updates, announcements,
- and other changes for the entire paritybit.ca website.</description>
-<item>
- <title>New Project: Morrowind Character Roller</title>
- <link>https://www.paritybit.ca/projects/morrowind-character-roller</link>
- <guid>https://www.paritybit.ca/projects/morrowind-character-roller</guid>
- <pubDate>Sat, 10 Aug 2019 05:00:00 UTC</pubDate>
- <description>Generate a random scenario for role-playing a character in TES
- III: Morrowind. </description>
-</item>
-<item>
- <title>New Guide: Installing Debian 10 Buster with Encrypted LVM and btrfs
- Subvolumes</title>
- <link>https://www.paritybit.ca/guides/debian-with-btrfs</link>
- <guid>https://www.paritybit.ca/guides/debian-with-btrfs</guid>
- <pubDate>Tue, 16 Jul 2019 04:00:00 UTC</pubDate>
- <description>One thing that some people may want to try is installing Debian
- using btrfs as their primary file system. Debian currently supports
- formatting partitions with btrfs, but doesn't support creating
- subvolumes from within the installer. This tutorial will tell you how to
- set up a Debian 10 Buster system with btrfs using subvolumes on your
- root filesystem from within the installer. I will also cover how to do
- this with LVM encrypted volumes.</description>
-</item>
-<item>
- <title>New Blog Post: Why I Switched Back to Firefox from
- Qutebrowser</title>
- <link>https://www.paritybit.ca/blog/qutebrowser-to-firefox</link>
- <guid>https://www.paritybit.ca/blog/qutebrowser-to-firefox</guid>
- <pubDate>Thu, 20 Jun 2019 04:00:00 UTC</pubDate>
- <description>I've been using qutebrowser for about six months now but I
- found it really wasn't meeting my needs. In this post I explain the
- reasons why I switched back to using Firefox.</description>
-</item>
-</channel>
-</rss>
diff --git a/public/sitemap.xml b/public/sitemap.xml
@@ -40,6 +40,15 @@
<loc>https://www.paritybit.ca/about-site</loc>
</url>
<url>
- <loc>https://www.paritybit.ca/share/feeds/sitewide-feed.xml</loc>
+ <loc>https://www.paritybit.ca/feeds/sitewide-feed.xml</loc>
+ </url>
+ <url>
+ <loc>https://www.paritybit.ca/feeds/blog-feed.xml</loc>
+ </url>
+ <url>
+ <loc>https://www.paritybit.ca/feeds/projects-feed.xml</loc>
+ </url>
+ <url>
+ <loc>https://www.paritybit.ca/feeds/guides-feed.xml</loc>
</url>
</urlset>