Adding podcasts
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
.hugo_build.lock
|
||||||
|
public
|
||||||
|
resources
|
||||||
|
|
||||||
|
|
||||||
27
config.toml
27
config.toml
@@ -56,22 +56,23 @@ paginate = 5
|
|||||||
# can be overridden in a page's front-matter
|
# can be overridden in a page's front-matter
|
||||||
# TocTitle = "Table of Contents" # default
|
# TocTitle = "Table of Contents" # default
|
||||||
|
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
title = "Flow With Halvo"
|
title = "Flow With Halvo"
|
||||||
subtitle = "Basic Security Blog"
|
|
||||||
owner = "Paul Halvorsen"
|
|
||||||
keywords = ""
|
|
||||||
copyright = ""
|
copyright = ""
|
||||||
menuMore = "Show more"
|
|
||||||
readMore = "Read more"
|
[language.en.params]
|
||||||
readOtherPosts = "Read other posts"
|
subtitle = "Basic Security Blog"
|
||||||
newerPosts = "Newer posts"
|
owner = "Paul Halvorsen"
|
||||||
olderPosts = "Older posts"
|
keywords = ""
|
||||||
missingContentMessage = "Page not found..."
|
menuMore = "Show more"
|
||||||
missingBackButtonLabel = "Back to home page"
|
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]
|
[languages.en.params.logo]
|
||||||
logoText = "Flow With Halvo"
|
logoText = "Flow With Halvo"
|
||||||
@@ -82,6 +83,10 @@ paginate = 5
|
|||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "About"
|
name = "About"
|
||||||
url = "/about"
|
url = "/about"
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "podcasts"
|
||||||
|
name = "Podcasts"
|
||||||
|
url = "/podcasts"
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "personal"
|
identifier = "personal"
|
||||||
name = "Other Posts"
|
name = "Other Posts"
|
||||||
|
|||||||
39
content/podcasts/index.md
Normal file
39
content/podcasts/index.md
Normal file
@@ -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)
|
||||||
Reference in New Issue
Block a user