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"
# 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