2024-06-30 12:23: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
|
|
|
|
|
|
2024-07-08 16:12:11 +02:00
|
|
|
|
colorScheme = "blowfish"
|
2024-06-30 12:23:09 +02:00
|
|
|
|
defaultAppearance = "light" # valid options: light or dark
|
|
|
|
|
autoSwitchAppearance = true
|
|
|
|
|
|
|
|
|
|
enableSearch = true
|
|
|
|
|
enableCodeCopy = false
|
|
|
|
|
|
2024-07-03 23:30:16 +02:00
|
|
|
|
mainSections = ["docs"]
|
2024-06-30 12:23:09 +02:00
|
|
|
|
# robots = ""
|
|
|
|
|
|
|
|
|
|
disableImageOptimization = false
|
|
|
|
|
disableTextInHeader = false
|
|
|
|
|
|
2024-07-08 16:12:11 +02:00
|
|
|
|
defaultBackgroundImage = "img/corona_hm.png" # used as default for background images
|
2024-06-30 12:23:09 +02:00
|
|
|
|
# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
|
|
|
|
|
|
|
|
|
|
# highlightCurrentMenuArea = true
|
|
|
|
|
# smartTOC = true
|
|
|
|
|
# smartTOCHideUnfocusedChildren = true
|
|
|
|
|
|
|
|
|
|
[header]
|
2024-07-03 23:30:16 +02:00
|
|
|
|
layout = "fixed-gradient" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
|
2024-06-30 12:23:09 +02:00
|
|
|
|
|
|
|
|
|
[footer]
|
|
|
|
|
showMenu = true
|
|
|
|
|
showCopyright = true
|
|
|
|
|
showThemeAttribution = true
|
|
|
|
|
showAppearanceSwitcher = true
|
|
|
|
|
showScrollToTop = true
|
|
|
|
|
|
|
|
|
|
[homepage]
|
2024-07-08 15:49:46 +02:00
|
|
|
|
layout = "custom" # valid options: page, profile, hero, card, background, custom
|
2024-07-08 16:12:11 +02:00
|
|
|
|
homepageImage = "img/corona_hm.png" # used in: hero, and card
|
2024-07-03 23:30:16 +02:00
|
|
|
|
showRecent = true
|
2024-07-04 16:00:51 +02:00
|
|
|
|
showRecentItems = 6
|
2024-07-03 23:30:16 +02:00
|
|
|
|
showMoreLink = true
|
2024-07-04 16:00:51 +02:00
|
|
|
|
showMoreLinkDest = "docs"
|
2024-07-08 15:49:46 +02:00
|
|
|
|
cardView = true
|
2024-07-08 15:37:44 +02:00
|
|
|
|
cardViewScreenWidth = true
|
2024-07-04 16:00:51 +02:00
|
|
|
|
layoutBackgroundBlur = true # only used when layout equals background
|
|
|
|
|
# showAuthor = true
|
2024-07-03 23:30:16 +02:00
|
|
|
|
|
2024-06-30 12:23:09 +02:00
|
|
|
|
|
|
|
|
|
[article]
|
2024-07-08 17:28:37 +02:00
|
|
|
|
showDate = false
|
2024-06-30 12:23:09 +02:00
|
|
|
|
showViews = false
|
|
|
|
|
showLikes = false
|
|
|
|
|
showDateOnlyInArticle = false
|
|
|
|
|
showDateUpdated = false
|
2024-07-03 23:30:16 +02:00
|
|
|
|
showAuthor = false
|
2024-06-30 12:23:09 +02:00
|
|
|
|
# showAuthorBottom = false
|
2024-07-08 15:37:44 +02:00
|
|
|
|
showHero = true
|
|
|
|
|
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
|
|
|
|
layoutBackgroundBlur = false # only used when heroStyle equals background or thumbAndBackground
|
|
|
|
|
layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
|
2024-07-03 23:30:16 +02:00
|
|
|
|
showBreadcrumbs = true
|
2024-06-30 12:23:09 +02:00
|
|
|
|
showDraftLabel = true
|
|
|
|
|
showEdit = false
|
|
|
|
|
# editURL = "https://github.com/username/repo/"
|
|
|
|
|
editAppendPath = true
|
|
|
|
|
seriesOpened = false
|
|
|
|
|
showHeadingAnchors = true
|
|
|
|
|
showPagination = true
|
|
|
|
|
invertPagination = false
|
2024-07-04 16:00:51 +02:00
|
|
|
|
showReadingTime = false
|
2024-07-08 15:37:44 +02:00
|
|
|
|
showTableOfContents = true
|
2024-06-30 12:23:09 +02:00
|
|
|
|
# showRelatedContent = false
|
|
|
|
|
# relatedContentLimit = 3
|
2024-07-04 16:00:51 +02:00
|
|
|
|
showTaxonomies = true
|
2024-06-30 12:23:09 +02:00
|
|
|
|
showAuthorsBadges = false
|
2024-07-04 16:00:51 +02:00
|
|
|
|
showWordCount = false
|
2024-07-08 15:37:44 +02:00
|
|
|
|
#sharingLinks = [ "linkedin", "twitter", "bluesky", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
|
|
|
|
|
sharingLinks = ["email"]
|
|
|
|
|
showZenMode = true
|
2024-06-30 12:23:09 +02:00
|
|
|
|
|
|
|
|
|
[list]
|
|
|
|
|
showHero = false
|
|
|
|
|
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
|
|
|
|
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
|
|
|
|
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
|
|
|
|
showBreadcrumbs = false
|
|
|
|
|
showSummary = false
|
|
|
|
|
showViews = false
|
|
|
|
|
showLikes = false
|
|
|
|
|
showTableOfContents = false
|
2024-07-04 16:00:51 +02:00
|
|
|
|
showCards = true
|
2024-06-30 12:23:09 +02:00
|
|
|
|
orderByWeight = false
|
|
|
|
|
groupByYear = true
|
2024-07-04 16:00:51 +02:00
|
|
|
|
cardView = true
|
2024-06-30 12:23:09 +02:00
|
|
|
|
cardViewScreenWidth = false
|
|
|
|
|
constrainItemsWidth = false
|
|
|
|
|
|
|
|
|
|
[sitemap]
|
|
|
|
|
excludedKinds = ["taxonomy", "term"]
|
|
|
|
|
|
|
|
|
|
[taxonomy]
|
|
|
|
|
showTermCount = true
|
|
|
|
|
showHero = false
|
|
|
|
|
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
|
|
|
|
showBreadcrumbs = false
|
|
|
|
|
showViews = false
|
|
|
|
|
showLikes = false
|
2024-07-04 16:00:51 +02:00
|
|
|
|
showTableOfContents = true
|
2024-06-30 12:23:09 +02:00
|
|
|
|
cardView = false
|
|
|
|
|
|
|
|
|
|
[term]
|
2024-07-08 15:37:44 +02:00
|
|
|
|
showHero = false
|
2024-06-30 12:23:09 +02:00
|
|
|
|
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
|
|
|
|
showBreadcrumbs = false
|
|
|
|
|
showViews = false
|
|
|
|
|
showLikes = false
|
|
|
|
|
showTableOfContents = true
|
|
|
|
|
groupByYear = false
|
2024-07-04 16:00:51 +02:00
|
|
|
|
cardView = true
|
2024-06-30 12:23:09 +02:00
|
|
|
|
cardViewScreenWidth = false
|
|
|
|
|
|
|
|
|
|
[firebase]
|
|
|
|
|
# apiKey = "XXXXXX"
|
|
|
|
|
# authDomain = "XXXXXX"
|
|
|
|
|
# projectId = "XXXXXX"
|
|
|
|
|
# storageBucket = "XXXXXX"
|
|
|
|
|
# messagingSenderId = "XXXXXX"
|
|
|
|
|
# appId = "XXXXXX"
|
|
|
|
|
# measurementId = "XXXXXX"
|
|
|
|
|
|
|
|
|
|
[fathomAnalytics]
|
|
|
|
|
# site = "ABC12345"
|
|
|
|
|
# domain = "llama.yoursite.com"
|
|
|
|
|
|
|
|
|
|
[umamiAnalytics]
|
|
|
|
|
# websiteid = "ABC12345"
|
|
|
|
|
# domain = "llama.yoursite.com"
|
|
|
|
|
|
|
|
|
|
[buymeacoffee]
|
|
|
|
|
# identifier = ""
|
|
|
|
|
# globalWidget = true
|
|
|
|
|
# globalWidgetMessage = "Hello"
|
|
|
|
|
# globalWidgetColor = "#FFDD00"
|
|
|
|
|
# globalWidgetPosition = "Right"
|
|
|
|
|
|
|
|
|
|
[verification]
|
|
|
|
|
# google = ""
|
|
|
|
|
# bing = ""
|
|
|
|
|
# pinterest = ""
|
|
|
|
|
# yandex = ""
|