diff --git a/podcast/feed/feed.rss b/podcast/feed/feed.rss index a8193fa0..b94b63e9 100644 --- a/podcast/feed/feed.rss +++ b/podcast/feed/feed.rss @@ -4,7 +4,7 @@ easthighNerd Cast - + https://www.easthighnerd.net/ @@ -12,7 +12,7 @@ en-US - Mon, 26 Dec 2022 02:42:22 +0000 + Mon, 26 Dec 2022 05:09:36 +0000 A podcast about nothing really @@ -28,6 +28,27 @@ https://www.easthighnerd.net/ + + + S01_E01 - Git Rambling Now + + + https://www.easthighnerd.net/podcast/season-01/episode-01 + + + Mon, 26 Dec 2022 05:10:00 +0000 + + + It's season 01, episode 01 of the easthighNerd Cast + + In this episode, I ramble about how I've got this whole thing setup so far + + I use a mixture of Audacity, Git, and a custom shell script and config files to hold this whole thing together + + I also talk about getting this script of mine put up on my Gitea + + + S00_E00 - Feed Filler Introduction diff --git a/podcast/season-01/episode-01/easthighnerd_cast-s01-e01.conf b/podcast/season-01/episode-01/easthighnerd_cast-s01-e01.conf new file mode 100644 index 00000000..06d985f9 --- /dev/null +++ b/podcast/season-01/episode-01/easthighnerd_cast-s01-e01.conf @@ -0,0 +1,28 @@ +# Title of the podcast episode +PODCAST_EPISODE_TITLE="S01_E01 - Git Rambling Now" + +# URL for the webpage for the podcast episode +PODCAST_EPISODE_PAGE_URL="https://www.easthighnerd.net/podcast/season-01/episode-01" + +# Publish date for the podcast episode +# (Can be set to a future time) +# (Must be formated as Day, DD Mon YYYY HH:MM:SS +TTTT) +# (i.e. Sun, 25 Dec 2022 00:00:00 +0000) +PODCAST_EPISODE_PUBLISH_DATE="Mon, 26 Dec 2022 05:10:00 +0000" + +# Description of the podcast episode +# (Use ${NEWLINE}, with no spaces before or after, to add a +# single newline) +# (Use ${DNEWLINE}, with no spaces before or after, to add a +# double newline) +PODCAST_EPISODE_DESCRIPTION="It's season 01, episode 01 of the easthighNerd Cast${DNEWLINE}In this episode, I ramble about how I've got this whole thing setup so far${DNEWLINE}I use a mixture of Audacity, Git, and a custom shell script and config files to hold this whole thing together${DNEWLINE}I also talk about getting this script of mine put up on my Gitea" + +# URL to the audio file for the podcast episode +PODCAST_EPISODE_FILE_URL="${PODCAST_EPISODE_PAGE_URL}/easthighnerd_cast-s01-e01.ogg" + +# Audio type of the podcast episode file +# (i.e. mp3, ogg) +PODCAST_EPISODE_AUDIO_TYPE="ogg" + +# Size (in Bytes) of the audio file for the podcast episode +PODCAST_EPISODE_FILE_SIZE="6534832" diff --git a/podcast/season-01/episode-01/easthighnerd_cast-s01-e01.ogg b/podcast/season-01/episode-01/easthighnerd_cast-s01-e01.ogg new file mode 100644 index 00000000..f50972ed Binary files /dev/null and b/podcast/season-01/episode-01/easthighnerd_cast-s01-e01.ogg differ