diff --git a/config.toml b/config.toml index 490b347..b60e2f0 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,7 @@ paginate = 5 themeColor = "pink" # if you set this to 0, only submenu trigger will be visible - showMenuItems = 0 + showMenuItems = 3 # show selector to switch language showLanguageSelector = false @@ -34,7 +34,7 @@ paginate = 5 # 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 - showLastUpdated = false + showLastUpdated = true # set a custom favicon (default is a `themeColor` square) # favicon = "favicon.ico" @@ -43,14 +43,14 @@ paginate = 5 # updatedDatePrefix = "Updated" # 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 - # readingTime = false # default + readingTime = true # whether to show a table of contents # can be overridden in a page's front-matter - # Toc = false # default + Toc = true # set title for the table of contents # can be overridden in a page's front-matter @@ -83,12 +83,20 @@ paginate = 5 identifier = "about" name = "About" url = "/about" + weight = 10 + [[languages.en.menu.main]] + identifier = "posts" + name = "Posts" + url = "/posts" + weight = 20 [[languages.en.menu.main]] identifier = "podcasts" name = "Podcasts" url = "/podcasts" + weight = 30 [[languages.en.menu.main]] identifier = "personal" name = "Other Posts" url = "/pposts" + weight = 40 diff --git a/content/podcasts/index.md b/content/podcasts/index.md index 4ba6964..c73d9da 100644 --- a/content/podcasts/index.md +++ b/content/podcasts/index.md @@ -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: @@ -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 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. 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 +## Podcasts -## Crash Course History +### 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) @@ -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) - [US History](https://podcast.halvo.me/us_history.xml) -## Crash Course Other +### 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 +### Storied - [Monstrum](https://podcast.halvo.me/monstrum.xml) - [Fate and Fabled](https://podcast.halvo.me/fatenfabled.xml)