Theming updates
This commit is contained in:
18
config.toml
18
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user