Git repo for my website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 lines
1.2 KiB

  1. # Title of the podcast episode
  2. PODCAST_EPISODE_TITLE="S00-E00 Feed Filler Introduction"
  3. # URL for the webpage for the podcast episode
  4. PODCAST_EPISODE_PAGE_URL="https://www.easthighnerd.net/podcast/season-00/episode-00"
  5. # Publish date for the podcast episode
  6. # (Can be set to a future time)
  7. # (Must be formated as Day, DD Mon YYYY HH:MM:SS +TTTT)
  8. # (i.e. Sun, 25 Dec 2022 00:00:00 +0000)
  9. PODCAST_EPISODE_PUBLISH_DATE="Mon, 26 Dec 2022 03:00:00 +0000"
  10. # Description of the podcast episode
  11. # (Use ${NEWLINE}, with no spaces before or after, to add a
  12. # single newline)
  13. # (Use ${DNEWLINE}, with no spaces before or after, to add a
  14. # double newline)
  15. PODCAST_EPISODE_DESCRIPTION="It's season 00, episode 00 of the easthighNerd Cast${DNEWLINE}In this episode, we're populating the RSS feed${DNEWLINE}We're also testing out the script I made for producing and updating the feed's XML file${DNEWLINE}We'll also see how good my initial attempts at audio editing are"
  16. # URL to the audio file for the podcast episode
  17. PODCAST_EPISODE_FILE_URL="${PODCAST_EPISODE_PAGE_URL}/easthighnerd_cast-s00-e00.ogg"
  18. # Audio type of the podcast episode file
  19. # (i.e. mp3, ogg)
  20. PODCAST_EPISODE_AUDIO_TYPE="ogg"
  21. # Size (in Bytes) of the audio file for the podcast episode
  22. PODCAST_EPISODE_FILE_SIZE="0"