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
|
||||
|
||||
|
||||
@@ -56,15 +56,16 @@ 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"
|
||||
copyright = ""
|
||||
|
||||
[language.en.params]
|
||||
subtitle = "Basic Security Blog"
|
||||
owner = "Paul Halvorsen"
|
||||
keywords = ""
|
||||
copyright = ""
|
||||
menuMore = "Show more"
|
||||
readMore = "Read more"
|
||||
readOtherPosts = "Read other posts"
|
||||
@@ -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"
|
||||
|
||||
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