mirror of
https://github.com/zoriya/blog.git
synced 2026-08-14 10:08:52 +00:00
24 lines
594 B
TOML
24 lines
594 B
TOML
# colorScheme = "princess"
|
|
autoSwitchAppearance = true
|
|
enableSearch = true
|
|
enableCodeCopy = true
|
|
smartTOC = true
|
|
robots = "all"
|
|
|
|
homepage.layout = "profile"
|
|
homepage.showRecent = true
|
|
|
|
footer.showAppearanceSwitcher = true
|
|
|
|
article.showTableOfContents = true
|
|
article.showEdit = true
|
|
article.editURL = "https://github.com/zoriya/blog/tree/master/content/"
|
|
article.showWordCount = false
|
|
article.showAuthorBottom = true
|
|
article.showTaxonomies = true
|
|
article.showRelatedContent = true
|
|
article.relatedContentLimit = 3
|
|
article.showHero = true
|
|
article.heroStyle = "background"
|
|
list.showSummary = false
|