Theming updates

This commit is contained in:
2025-08-20 12:14:32 -04:00
parent f3efad590a
commit 6d5ab66ed9
2 changed files with 20 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ paginate = 5
themeColor = "pink" themeColor = "pink"
# if you set this to 0, only submenu trigger will be visible # if you set this to 0, only submenu trigger will be visible
showMenuItems = 0 showMenuItems = 3
# show selector to switch language # show selector to switch language
showLanguageSelector = false showLanguageSelector = false
@@ -34,7 +34,7 @@ paginate = 5
# set post to show the last updated # set post to show the last updated
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated # If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
showLastUpdated = false showLastUpdated = true
# set a custom favicon (default is a `themeColor` square) # set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico" # favicon = "favicon.ico"
@@ -43,14 +43,14 @@ paginate = 5
# updatedDatePrefix = "Updated" # updatedDatePrefix = "Updated"
# set all headings to their default size (depending on browser settings) # set all headings to their default size (depending on browser settings)
# oneHeadingSize = true # default oneHeadingSize = false
# whether to show a page's estimated reading time # whether to show a page's estimated reading time
# readingTime = false # default readingTime = true
# whether to show a table of contents # whether to show a table of contents
# can be overridden in a page's front-matter # can be overridden in a page's front-matter
# Toc = false # default Toc = true
# set title for the table of contents # set title for the table of contents
# can be overridden in a page's front-matter # can be overridden in a page's front-matter
@@ -83,12 +83,20 @@ paginate = 5
identifier = "about" identifier = "about"
name = "About" name = "About"
url = "/about" url = "/about"
weight = 10
[[languages.en.menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts"
weight = 20
[[languages.en.menu.main]] [[languages.en.menu.main]]
identifier = "podcasts" identifier = "podcasts"
name = "Podcasts" name = "Podcasts"
url = "/podcasts" url = "/podcasts"
weight = 30
[[languages.en.menu.main]] [[languages.en.menu.main]]
identifier = "personal" identifier = "personal"
name = "Other Posts" name = "Other Posts"
url = "/pposts" url = "/pposts"
weight = 40

View File

@@ -1,6 +1,6 @@
# README ## README
## How to Use ### How to Use
Each of the following podcasts is a link to an RSS feed. In order to use them: Each of the following podcasts is a link to an RSS feed. In order to use them:
@@ -9,15 +9,15 @@ Each of the following podcasts is a link to an RSS feed. In order to use them:
3. Select add using RSS feed 3. Select add using RSS feed
4. Paste the copied link 4. Paste the copied link
## Caviate ### 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. 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. 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. 1. From what I've seen, most are in order but just be aware.
# Podcasts ## Podcasts
## Crash Course History ### Crash Course History
- [Big History 1](https://podcast.halvo.me/big_history_1.xml) - [Big History 1](https://podcast.halvo.me/big_history_1.xml)
- [Big History 2](https://podcast.halvo.me/big_history_2.xml) - [Big History 2](https://podcast.halvo.me/big_history_2.xml)
@@ -25,14 +25,14 @@ Each of the following podcasts is a link to an RSS feed. In order to use them:
- [World History 2](https://podcast.halvo.me/world_history_2.xml) - [World History 2](https://podcast.halvo.me/world_history_2.xml)
- [US History](https://podcast.halvo.me/us_history.xml) - [US History](https://podcast.halvo.me/us_history.xml)
## Crash Course Other ### Crash Course Other
- [Literature 1](https://podcast.halvo.me/literature_1.xml) - [Literature 1](https://podcast.halvo.me/literature_1.xml)
- [Philosophy](https://podcast.halvo.me/philosophy.xml) - [Philosophy](https://podcast.halvo.me/philosophy.xml)
- [Religions](https://podcast.halvo.me/religions.xml) - [Religions](https://podcast.halvo.me/religions.xml)
- [Wold Mythology](https://podcast.halvo.me/world_mythology.xml) - [Wold Mythology](https://podcast.halvo.me/world_mythology.xml)
## Storied ### Storied
- [Monstrum](https://podcast.halvo.me/monstrum.xml) - [Monstrum](https://podcast.halvo.me/monstrum.xml)
- [Fate and Fabled](https://podcast.halvo.me/fatenfabled.xml) - [Fate and Fabled](https://podcast.halvo.me/fatenfabled.xml)