commit 05adea25d4d6b9556b821f76ed17edf7e707a4fd
parent 883fe5c3e2da8422370288cf07bd792110c56ebc
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 20 Jun 2019 17:14:01 -0400
Remove D&D Podcast Page
Diffstat:
5 files changed, 0 insertions(+), 45 deletions(-)
diff --git a/pages/projects/dnd/dnd-podcast.md b/archive/dnd-podcast.md
diff --git a/pages/home.md b/pages/home.md
@@ -15,8 +15,6 @@ be something that interests you!
### Recently Updated
-<a href="projects/dnd/dnd-podcast">Episode 3 of the D&D podcast has been released!</a>
-
<a href="projects/dnd/initiative">The D&D Initiative Tracker has just been released!</a>
<a href="projects/dnd/roll">The D&D Dice Roller has been updated!</a>
@@ -34,25 +32,6 @@ While I compile a big list of the different things to find here, have a poke
around the links in the navigation panel to the right (or above if you're using
a small screen or CSS-less browser).
-### Plans for the Future
-
-Here is a list of what I plan to do so far:
-
-* Add links/descriptions to all of my old and current projects.
-* Add a page about me, which includes what I am a member of, what I value, and
-a list of the organizations that I contribute to.
-* Add some essays and rants. Particularily about:
- * Why unix-based is the best option for operating systems.
- * Why learning vim (or emacs) is good in the modern age.
- * Why learning about the history of computing is important.
-* Add a section on my recommended reading/watching/online essays.
-* Add bits about my configuration, which operating systems I run and why, and
- which tools I use and why.
-* Add a section on which Linux distributions I have used and what I did and did
- not like about them.
-* Add a bit about the specifications of my systems and an inventory of my
- hardware.
-
This website is self hosted on physical hardware that I own. Therefore, I
expect availability to probably only live up to the "one nine" standard (total
owntime of 36.53 days in a year) which means that if you consider anything on
diff --git a/pages/projects.md b/pages/projects.md
@@ -12,7 +12,6 @@ find them hosted.
<li><a href="https://github.com/JakeMBauer/">My GitHub</a></li>
<li class="sublist-header">Dungeons & Dragons
<ul>
- <li><a href="projects/dnd/dnd-podcast">D&D Podcast (We record our sessions!)</a></li>
<li><a href="projects/dnd/roll">D&D Simple Dice Roller</a></li>
<li><a href="projects/dnd/initiative">D&D Initiative Tracker</a></li>
</ul>
diff --git a/podcast-convert.sh b/podcast-convert.sh
@@ -1,20 +0,0 @@
-#!/bin/bash
-#
-# This is a really simple script that takes in a .mkv formatted file
-# and spits out a .mp4 file and 3 different qualities of .mp3.
-#
-# The file to convert is passed in as the first argument to the script.
-# The script will output its contents in the current directory from which
-# it was callsed.
-
-file=$1
-filename=$(basename $file | cut -f 1 -d ".")
-echo "Converting $filename..."
-echo "================================="
-
-echo "Converting to 64kbps mp3..."
-ffmpeg -hide_banner -loglevel panic -i $file -vn -b:a 64k $filename-64.mp3 &
-echo "Converting to 128kbps mp3..."
-ffmpeg -hide_banner -loglevel panic -i $file -vn -b:a 128k $filename-128.mp3
-echo "Done"
-exit 0
diff --git a/public/sitemap.xml b/public/sitemap.xml
@@ -13,9 +13,6 @@
<loc>https://www.paritybit.ca/projects.html</loc>
</url>
<url>
- <loc>https://www.paritybit.ca/projects/dnd/dnd-podcast.html</loc>
- </url>
- <url>
<loc>https://www.paritybit.ca/projects/dnd/roll.html</loc>
</url>
<url>