feat: many updates/fixes
This commit is contained in:
@ -28,13 +28,13 @@
|
||||
[[main]]
|
||||
name = "Homelab"
|
||||
parent = "Categories"
|
||||
pageRef = "tags/homelab"
|
||||
pageRef = "categories/homelab"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Tools"
|
||||
name = "Security"
|
||||
parent = "Categories"
|
||||
pageRef = "tags/tools"
|
||||
pageRef = "categories/security"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
|
@ -12,7 +12,7 @@ autoSwitchAppearance = true
|
||||
enableSearch = true
|
||||
enableCodeCopy = true
|
||||
|
||||
mainSections = ["posts"]
|
||||
mainSections = ["security", "homelab"]
|
||||
# robots = ""
|
||||
|
||||
disableImageOptimization = false
|
||||
@ -36,10 +36,10 @@ smartTOCHideUnfocusedChildren = false
|
||||
showScrollToTop = true
|
||||
|
||||
[homepage]
|
||||
layout = "background " # valid options: page, profile, hero, card, background, custom
|
||||
layout = "custom" # valid options: page, profile, hero, card, background, custom
|
||||
homepageImage = "img/ocean.jpg" # used in: hero, and card
|
||||
showRecent = true
|
||||
showRecentItems = 12
|
||||
showRecentItems = 6
|
||||
showMoreLink = true
|
||||
showMoreLinkDest = "/posts"
|
||||
cardView = true
|
||||
@ -53,8 +53,8 @@ smartTOCHideUnfocusedChildren = false
|
||||
showDateOnlyInArticle = false
|
||||
showDateUpdated = false
|
||||
showAuthor = true
|
||||
showHero = false
|
||||
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
|
||||
showHero = true
|
||||
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
||||
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
||||
showBreadcrumbs = true
|
||||
@ -137,7 +137,7 @@ smartTOCHideUnfocusedChildren = false
|
||||
# globalWidgetPosition = "Right"
|
||||
|
||||
[verification]
|
||||
# google = ""
|
||||
google = "tCR7tQ5g7ZL3HYnTZA4QSOgz2XmndbzJOay7FaPfNh4"
|
||||
# bing = ""
|
||||
# pinterest = ""
|
||||
# yandex = ""
|
||||
|
Reference in New Issue
Block a user