commit 35a2b5c8bbe4a00b592c16b4dc239565b3d8411d
parent db89308df43c1d289683050c768f7d16e961d006
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Tue, 31 Dec 2019 22:44:34 -0500
Publish new project
Diffstat:
6 files changed, 23 insertions(+), 3 deletions(-)
diff --git a/pages/home.md b/pages/home.md
@@ -21,6 +21,8 @@ projects on the site.
src="/img/feed-icon.png" width="15" height="15" alt="Click for RSS"/>
</a>
</div>
+2019-12-31 <a href="projects/borderlands-3-dps-calculator">New Project: Borderlands 3 DPS Calculator</a>
+
2019-12-30 <a href="blog/automating-publishing">New Blog Post: Automating the Publishing of Articles</a>
@@ -30,8 +32,6 @@ projects on the site.
2019-12-20 <a href="blog/difficulty-of-privacy-education">New Blog Post: The Difficulty of Educating People About Online Privacy</a>
-2019-11-26 <a href="guides/using-rm-with-trash">New Guide: Using the "rm" Command with Trash</a>
-
### What is a Parity Bit?
It is a bit (in the 1's and 0's sense) used in checking for errors in digital
diff --git a/pages/projects.md b/pages/projects.md
@@ -37,6 +37,7 @@ anymore.
### Web-Based Utilities
<ul id="web-utils">
+ <li><a href="projects/borderlands-3-dps-calculator">Borderlands 3 DPS Calculator</a></li>
<li><a href="projects/morrowind-character-roller">Morrowind Character Roller</a></li>
<li class="sublist-header">Dungeons & Dragons
<ul>
diff --git a/pages/projects/borderlands-3-dps-calculator.md b/pages/projects/borderlands-3-dps-calculator.md
@@ -11,7 +11,7 @@
function.</noscript>
This project was submitted by Leon Baram, please direct comments and/or
-suggestions to [Leon's email](balding@protonmail.com).
+suggestions to [Leon's email](mailto:balding@protonmail.com).
Use this utility to calculate the DPS of weapons in Borderlands 3.
diff --git a/public/feeds/projects-feed.xml b/public/feeds/projects-feed.xml
@@ -7,6 +7,15 @@
<description>The feed that covers all notable additions and updates to the
Projects section of paritybit.ca. </description>
<item>
+ <title>New Project: Borderlands 3 DPS Calculator</title>
+ <link>https://www.paritybit.ca/projects/borderlands-3-dps-calculator</link>
+ <guid>https://www.paritybit.ca/projects/borderlands-3-dps-calculator</guid>
+ <pubDate>Tue, 31 Dec 2019 22:43:34 -0500</pubDate>
+ <description><![CDATA[A mostly-comprehensive web-based utility to calculate the DPS of weapons in the
+Borderlands 3 video game. This project was submitted by a friend of mine with
+some tweaks/improvements to the code done by me.]]></description>
+</item>
+<item>
<title>New Project: usrmnt</title>
<link>https://www.paritybit.ca/projects/usrmnt</link>
<guid>https://www.paritybit.ca/projects/usrmnt</guid>
diff --git a/public/feeds/sitewide-feed.xml b/public/feeds/sitewide-feed.xml
@@ -7,6 +7,15 @@
<description>The feed that covers all notable additions, updates, announcements,
and other changes for the entire paritybit.ca website.</description>
<item>
+ <title>New Project: Borderlands 3 DPS Calculator</title>
+ <link>https://www.paritybit.ca/projects/borderlands-3-dps-calculator</link>
+ <guid>https://www.paritybit.ca/projects/borderlands-3-dps-calculator</guid>
+ <pubDate>Tue, 31 Dec 2019 22:43:34 -0500</pubDate>
+ <description><![CDATA[A mostly-comprehensive web-based utility to calculate the DPS of weapons in the
+Borderlands 3 video game. This project was submitted by a friend of mine with
+some tweaks/improvements to the code done by me.]]></description>
+</item>
+<item>
<title>New Blog Post: Automating the Publishing of Articles</title>
<link>https://www.paritybit.ca/blog/automating-publishing</link>
<guid>https://www.paritybit.ca/blog/automating-publishing</guid>
diff --git a/public/sitemap.xml b/public/sitemap.xml
@@ -10,6 +10,7 @@
<url><loc>https://www.paritybit.ca/blog/china</loc></url>
<url><loc>https://www.paritybit.ca/blog/other-blogs</loc></url>
<url><loc>https://www.paritybit.ca/projects</loc></url>
+ <url><loc>https://www.paritybit.ca/projects/borderlands-3-dps-calculator</loc></url>
<url><loc>https://www.paritybit.ca/projects/usrmnt</loc></url>
<url><loc>https://www.paritybit.ca/projects/morrowind-character-roller</loc></url>
<url><loc>https://www.paritybit.ca/projects/dnd/roll</loc></url>