2024-04-28 17:33:09 +02:00
|
|
|
# -- Theme Options --
|
|
|
|
# These options control how the theme functions and allow you to
|
|
|
|
# customise the display of your website.
|
|
|
|
#
|
|
|
|
# Refer to the theme docs for more details about each of these parameters.
|
|
|
|
# https://blowfish.page/docs/configuration/#theme-parameters
|
|
|
|
|
|
|
|
colorScheme = "blowfish"
|
|
|
|
defaultAppearance = "dark" # valid options: light or dark
|
|
|
|
autoSwitchAppearance = true
|
|
|
|
|
|
|
|
enableSearch = true
|
|
|
|
enableCodeCopy = true
|
|
|
|
|
|
|
|
mainSections = ["posts"]
|
|
|
|
|
|
|
|
disableImageOptimization = false
|
|
|
|
disableTextInHeader = false
|
|
|
|
|
|
|
|
defaultBackgroundImage = "/img/background.svg"
|
|
|
|
defaultFeaturedImage = "/img/featured.svg"
|
|
|
|
|
|
|
|
highlightCurrentMenuArea = true
|
|
|
|
smartTOC = true
|
|
|
|
smartTOCHideUnfocusedChildren = false
|
|
|
|
|
|
|
|
[header]
|
|
|
|
layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
|
|
|
|
|
|
|
|
[footer]
|
|
|
|
showMenu = true
|
|
|
|
showCopyright = true
|
|
|
|
showThemeAttribution = true
|
|
|
|
showAppearanceSwitcher = false
|
|
|
|
showScrollToTop = true
|
|
|
|
|
|
|
|
[homepage]
|
|
|
|
layout = "background" # valid options: page, profile, hero, card, background, custom
|
|
|
|
# homepageImage = "/img/iceland.jpg" # used in: hero, and card
|
|
|
|
showRecent = true
|
|
|
|
showRecentItems = 6
|
|
|
|
showMoreLink = true
|
|
|
|
showMoreLinkDest = "posts"
|
|
|
|
cardView = true
|
|
|
|
cardViewScreenWidth = false
|
|
|
|
layoutBackgroundBlur = true # only used when layout equals background
|
|
|
|
|
|
|
|
[article]
|
|
|
|
showDate = false
|
2024-04-28 17:45:28 +02:00
|
|
|
showViews = false
|
|
|
|
showLikes = false
|
2024-04-28 17:33:09 +02:00
|
|
|
showDateOnlyInArticle = false
|
|
|
|
showDateUpdated = false
|
|
|
|
showAuthor = true
|
|
|
|
# showAuthorBottom = false
|
|
|
|
showHero = true
|
|
|
|
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
|
|
|
layoutBackgroundBlur = true # only used when heroStyle equals background
|
|
|
|
showBreadcrumbs = true
|
|
|
|
showDraftLabel = true
|
2024-04-28 17:45:28 +02:00
|
|
|
showEdit = false
|
2024-04-28 17:33:09 +02:00
|
|
|
editAppendPath = true
|
|
|
|
seriesOpened = false
|
|
|
|
showHeadingAnchors = true
|
|
|
|
showPagination = true
|
|
|
|
invertPagination = false
|
|
|
|
showReadingTime = true
|
|
|
|
showTableOfContents = true
|
|
|
|
showRelatedContent = true
|
|
|
|
relatedContentLimit = 6
|
|
|
|
showTaxonomies = true
|
|
|
|
showAuthorsBadges = true
|
|
|
|
showWordCount = false
|
|
|
|
sharingLinks = []
|
|
|
|
showZenMode = true
|
|
|
|
|
|
|
|
[list]
|
|
|
|
showHero = true
|
|
|
|
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
|
|
|
layoutBackgroundBlur = true # only used when heroStyle equals background
|
|
|
|
layoutBackgroundHeaderSpace = false
|
|
|
|
showBreadcrumbs = false
|
|
|
|
showSummary = false
|
2024-04-28 17:49:18 +02:00
|
|
|
showViews = false
|
|
|
|
showLikes = false
|
2024-04-28 17:33:09 +02:00
|
|
|
showTableOfContents = true
|
|
|
|
showCards = true
|
|
|
|
groupByYear = false
|
|
|
|
cardView = true
|
|
|
|
cardViewScreenWidth = false
|
|
|
|
constrainItemsWidth = false
|
|
|
|
|
|
|
|
[sitemap]
|
|
|
|
excludedKinds = []
|
|
|
|
|
|
|
|
[taxonomy]
|
|
|
|
showTermCount = true
|
|
|
|
showHero = true
|
|
|
|
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
|
|
|
showBreadcrumbs = false
|
2024-04-28 17:49:18 +02:00
|
|
|
showViews = false
|
|
|
|
showLikes = false
|
2024-04-28 17:33:09 +02:00
|
|
|
showTableOfContents = true
|
|
|
|
cardView = false
|
|
|
|
|
|
|
|
[term]
|
|
|
|
showHero = true
|
|
|
|
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
|
|
|
showBreadcrumbs = false
|
2024-04-28 17:49:18 +02:00
|
|
|
showViews = false
|
|
|
|
showLikes = false
|
2024-04-28 17:33:09 +02:00
|
|
|
showTableOfContents = true
|
|
|
|
groupByYear = false
|
|
|
|
cardView = true
|
|
|
|
cardViewScreenWidth = false
|