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.
 
 
 

29 lines
1.3 KiB

  1. # Title of the podcast episode
  2. PODCAST_EPISODE_TITLE="S01_E01 - Git Rambling Now"
  3. # URL for the webpage for the podcast episode
  4. PODCAST_EPISODE_PAGE_URL="https://www.easthighnerd.net/podcast/season-01/episode-01"
  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 05:10: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 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"
  16. # URL to the audio file for the podcast episode
  17. PODCAST_EPISODE_FILE_URL="${PODCAST_EPISODE_PAGE_URL}/easthighnerd_cast-s01-e01.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="6534832"