diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4add69e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.hugo_build.lock +public +resources + + diff --git a/config.toml b/config.toml index cb20a99..490b347 100644 --- a/config.toml +++ b/config.toml @@ -56,22 +56,23 @@ paginate = 5 # can be overridden in a page's front-matter # TocTitle = "Table of Contents" # default - [languages] [languages.en] languageName = "English" title = "Flow With Halvo" - subtitle = "Basic Security Blog" - owner = "Paul Halvorsen" - keywords = "" copyright = "" - menuMore = "Show more" - readMore = "Read more" - readOtherPosts = "Read other posts" - newerPosts = "Newer posts" - olderPosts = "Older posts" - missingContentMessage = "Page not found..." - missingBackButtonLabel = "Back to home page" + + [language.en.params] + subtitle = "Basic Security Blog" + owner = "Paul Halvorsen" + keywords = "" + menuMore = "Show more" + readMore = "Read more" + readOtherPosts = "Read other posts" + newerPosts = "Newer posts" + olderPosts = "Older posts" + missingContentMessage = "Page not found..." + missingBackButtonLabel = "Back to home page" [languages.en.params.logo] logoText = "Flow With Halvo" @@ -82,6 +83,10 @@ paginate = 5 identifier = "about" name = "About" url = "/about" + [[languages.en.menu.main]] + identifier = "podcasts" + name = "Podcasts" + url = "/podcasts" [[languages.en.menu.main]] identifier = "personal" name = "Other Posts" diff --git a/content/podcasts/index.md b/content/podcasts/index.md new file mode 100644 index 0000000..4ba6964 --- /dev/null +++ b/content/podcasts/index.md @@ -0,0 +1,39 @@ +# README + +## How to Use + +Each of the following podcasts is a link to an RSS feed. In order to use them: + +1. Copy the link +2. Go to the podcast app and add a new podcast +3. Select add using RSS feed +4. Paste the copied link + +## Caviate + +1. These are podcasts created from downloading YouTube videos from a playlist. As such their original format was visual, so some information my be lost being audio only. +2. Since these are pulling from YouTube if the original uploader didn't date them properly they could be out of order. + 1. From what I've seen, most are in order but just be aware. + +# Podcasts + +## Crash Course History + +- [Big History 1](https://podcast.halvo.me/big_history_1.xml) +- [Big History 2](https://podcast.halvo.me/big_history_2.xml) +- [World History 1](https://podcast.halvo.me/world_history_1.xml) +- [World History 2](https://podcast.halvo.me/world_history_2.xml) +- [US History](https://podcast.halvo.me/us_history.xml) + +## Crash Course Other + +- [Literature 1](https://podcast.halvo.me/literature_1.xml) +- [Philosophy](https://podcast.halvo.me/philosophy.xml) +- [Religions](https://podcast.halvo.me/religions.xml) +- [Wold Mythology](https://podcast.halvo.me/world_mythology.xml) + +## Storied + +- [Monstrum](https://podcast.halvo.me/monstrum.xml) +- [Fate and Fabled](https://podcast.halvo.me/fatenfabled.xml) +- [Otherwords](https://podcast.halvo.me/otherwords.xml)