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
|
weight = 10
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Showcase"
|
name = "Stacks"
|
||||||
pageRef = "showcase"
|
pageRef = "stacks"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Stacks"
|
name = "Showcase"
|
||||||
pageRef = "stacks"
|
pageRef = "showcase"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
[[footer]]
|
[[footer]]
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
colorScheme = "forest"
|
colorScheme = "forest"
|
||||||
defaultAppearance = "dark"
|
defaultAppearance = "dark"
|
||||||
autoSwitchAppearance = false
|
autoSwitchAppearance = true
|
||||||
|
enableSearch = false
|
||||||
|
|
||||||
enableCodeCopy = true
|
enableCodeCopy = true
|
||||||
|
|
||||||
|
@ -8,8 +9,8 @@ mainSections = ["services"]
|
||||||
|
|
||||||
disableImageOptimization = false
|
disableImageOptimization = false
|
||||||
|
|
||||||
defaultBackgroundImage = "/styles/backgrounds/single-brick.png"
|
defaultBackgroundImage = "styles/backgrounds/single-brick.png"
|
||||||
defaultFeaturedImage = "/styles/backgrounds/single-brick.png"
|
defaultFeaturedImage = "styles/backgrounds/single-brick.png"
|
||||||
|
|
||||||
highlightCurrentMenuArea = true
|
highlightCurrentMenuArea = true
|
||||||
smartTOC = true
|
smartTOC = true
|
||||||
|
@ -27,7 +28,7 @@ showScrollToTop = true
|
||||||
|
|
||||||
[homepage]
|
[homepage]
|
||||||
layout = "background"
|
layout = "background"
|
||||||
homepageImage = "/styles/backgrounds/single-brick.png"
|
homepageImage = "styles/backgrounds/single-brick.png"
|
||||||
showRecent = true
|
showRecent = true
|
||||||
showRecentItems = 6
|
showRecentItems = 6
|
||||||
showMoreLink = false
|
showMoreLink = false
|
||||||
|
@ -61,11 +62,7 @@ showTaxonomies = true
|
||||||
showAuthorsBadges = true
|
showAuthorsBadges = true
|
||||||
showWordCount = false
|
showWordCount = false
|
||||||
showSummary = true
|
showSummary = true
|
||||||
sharingLinks = [
|
sharingLinks = ["linkedin", "twitter", "email"]
|
||||||
"linkedin",
|
|
||||||
"twitter",
|
|
||||||
"email",
|
|
||||||
]
|
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
showHero = true
|
showHero = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue