web.myco.systems/config/_default/params.toml

117 lines
2.1 KiB
TOML
Raw Normal View History

2023-09-02 03:10:14 +00:00
colorScheme = "forest"
2024-04-13 18:20:01 -04:00
defaultAppearance = "dark"
2023-09-02 03:10:14 +00:00
autoSwitchAppearance = false
enableCodeCopy = true
mainSections = ["services"]
disableImageOptimization = false
2024-04-16 15:43:46 -04:00
defaultBackgroundImage = "/styles/backgrounds/single-brick.png"
defaultFeaturedImage = "/styles/backgrounds/single-brick.png"
2023-09-02 03:10:14 +00:00
highlightCurrentMenuArea = true
smartTOC = true
smartTOCHideUnfocusedChildren = false
[header]
2024-04-13 18:20:01 -04:00
layout = "fixed"
2023-09-02 03:10:14 +00:00
[footer]
2024-04-13 18:20:01 -04:00
showMenu = true
showCopyright = true
showThemeAttribution = false
showAppearanceSwitcher = false
showScrollToTop = true
2023-09-02 03:10:14 +00:00
[homepage]
2024-04-13 18:20:01 -04:00
layout = "background"
2024-04-16 15:43:46 -04:00
homepageImage = "/styles/backgrounds/single-brick.png"
2024-04-13 18:20:01 -04:00
showRecent = true
showRecentItems = 6
showMoreLink = false
showMoreLinkDest = "services"
cardView = true
cardViewScreenWidth = false
layoutBackgroundBlur = true
2023-09-02 03:10:14 +00:00
[article]
2024-04-13 18:20:01 -04:00
showDate = false
showViews = false
showLikes = false
showDateUpdated = false
showAuthor = false
showHero = true
heroStyle = "background"
layoutBackgroundBlur = true
showBreadcrumbs = true
showDraftLabel = true
showEdit = false
editAppendPath = false
seriesOpened = false
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = true
showRelatedContent = true
relatedContentLimit = 6
showTaxonomies = true
showAuthorsBadges = true
showWordCount = false
showSummary = true
sharingLinks = [
"linkedin",
"twitter",
"email",
]
2023-09-02 03:10:14 +00:00
[list]
2024-04-13 18:20:01 -04:00
showHero = true
heroStyle = "background"
layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = false
showBreadcrumbs = false
showSummary = false
showViews = true
showLikes = true
showTableOfContents = true
showCards = true
groupByYear = false
cardView = true
cardViewScreenWidth = false
constrainItemsWidth = true
2023-09-02 03:10:14 +00:00
[sitemap]
2024-04-13 18:20:01 -04:00
excludedKinds = ["taxonomy", "term"]
2023-09-02 03:10:14 +00:00
[taxonomy]
2024-04-13 18:20:01 -04:00
showTermCount = true
showHero = true
heroStyle = "background"
showBreadcrumbs = false
showViews = true
showLikes = true
showTableOfContents = true
cardView = false
2023-09-02 03:10:14 +00:00
[term]
2024-04-13 18:20:01 -04:00
showHero = true
heroStyle = "background"
showBreadcrumbs = false
showViews = true
showLikes = true
showTableOfContents = true
groupByYear = false
cardView = true
cardViewScreenWidth = false
2023-09-02 03:10:14 +00:00
[firebase]
[fathomAnalytics]
[buymeacoffee]
[verification]