update
This commit is contained in:
parent
1b4826f173
commit
70e24ff862
2 changed files with 10 additions and 13 deletions
|
@ -4,13 +4,13 @@ pageRef = "services"
|
|||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Showcase"
|
||||
pageRef = "showcase"
|
||||
name = "Stacks"
|
||||
pageRef = "stacks"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Stacks"
|
||||
pageRef = "stacks"
|
||||
name = "Showcase"
|
||||
pageRef = "showcase"
|
||||
weight = 30
|
||||
|
||||
[[footer]]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
colorScheme = "forest"
|
||||
defaultAppearance = "dark"
|
||||
autoSwitchAppearance = false
|
||||
autoSwitchAppearance = true
|
||||
enableSearch = false
|
||||
|
||||
enableCodeCopy = true
|
||||
|
||||
|
@ -8,8 +9,8 @@ mainSections = ["services"]
|
|||
|
||||
disableImageOptimization = false
|
||||
|
||||
defaultBackgroundImage = "/styles/backgrounds/single-brick.png"
|
||||
defaultFeaturedImage = "/styles/backgrounds/single-brick.png"
|
||||
defaultBackgroundImage = "styles/backgrounds/single-brick.png"
|
||||
defaultFeaturedImage = "styles/backgrounds/single-brick.png"
|
||||
|
||||
highlightCurrentMenuArea = true
|
||||
smartTOC = true
|
||||
|
@ -27,7 +28,7 @@ showScrollToTop = true
|
|||
|
||||
[homepage]
|
||||
layout = "background"
|
||||
homepageImage = "/styles/backgrounds/single-brick.png"
|
||||
homepageImage = "styles/backgrounds/single-brick.png"
|
||||
showRecent = true
|
||||
showRecentItems = 6
|
||||
showMoreLink = false
|
||||
|
@ -61,11 +62,7 @@ showTaxonomies = true
|
|||
showAuthorsBadges = true
|
||||
showWordCount = false
|
||||
showSummary = true
|
||||
sharingLinks = [
|
||||
"linkedin",
|
||||
"twitter",
|
||||
"email",
|
||||
]
|
||||
sharingLinks = ["linkedin", "twitter", "email"]
|
||||
|
||||
[list]
|
||||
showHero = true
|
||||
|
|
Loading…
Add table
Reference in a new issue