mziesel.com/config/_default/params.toml

138 lines
3.8 KiB
TOML
Raw Normal View History

2023-03-18 16:46:49 +00: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 = false
enableCodeCopy = true
2023-03-19 15:48:26 +00:00
# mainSections = ["ervaringen"]
2023-03-18 16:46:49 +00:00
# robots = ""
disableImageOptimization = false
2023-03-18 19:26:24 +00:00
defaultBackgroundImage = "img/Mountains_BG.jpg" # used as default for background images
# defaultBackgroundImage = "img/crosswalk.jpg" # used as default for background images
2023-03-18 16:46:49 +00:00
smartTOC = true
smartTOCHideUnfocusedChildren = true
[header]
2023-03-19 15:48:26 +00:00
layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
2023-03-18 16:46:49 +00:00
[footer]
2023-03-19 15:48:26 +00:00
showMenu = false
2023-03-18 16:46:49 +00:00
showCopyright = true
showThemeAttribution = true
2023-03-18 18:51:40 +00:00
showAppearanceSwitcher = true
showScrollToTop = true
2023-03-18 16:46:49 +00:00
[homepage]
2023-03-18 18:51:40 +00:00
layout = "background-custom" # valid options: page, profile, hero, card, background, custom
# homepageImage = "IMAGE.jpg" # used in: hero, and card
2023-03-18 16:46:49 +00:00
showRecent = false
showRecentItems = 5
showMoreLink = false
showMoreLinkDest = "/ervaringen/"
2023-03-18 16:46:49 +00:00
cardView = false
cardViewScreenWidth = false
2023-03-18 18:51:40 +00:00
layoutBackgroundBlur = true # only used when layout equals background
2023-03-18 16:46:49 +00:00
[article]
showDate = true
showViews = false
showLikes = false
showDateUpdated = false
2023-03-19 15:48:26 +00:00
showAuthor = false
showHero = true
2023-03-19 19:26:31 +00:00
heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
2023-03-18 16:46:49 +00:00
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
2023-03-19 19:26:31 +00:00
layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
2023-03-19 15:48:26 +00:00
showBreadcrumbs = true
2023-03-18 16:46:49 +00:00
showDraftLabel = true
showEdit = false
# editURL = "https://github.com/username/repo/"
editAppendPath = true
seriesOpened = false
showHeadingAnchors = true
showPagination = true
invertPagination = false
2023-03-19 15:48:26 +00:00
showReadingTime = false
showTableOfContents = true
2023-03-18 16:46:49 +00:00
showTaxonomies = false
showAuthorsBadges = false
2023-03-19 15:48:26 +00:00
showWordCount = false
2023-03-18 16:46:49 +00:00
showSummary = true
# sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email"]
[list]
2023-03-19 15:48:26 +00:00
showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
2023-03-18 16:46:49 +00:00
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
2023-03-19 19:26:31 +00:00
layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
2023-03-19 15:48:26 +00:00
showBreadcrumbs = true
2023-03-18 16:46:49 +00:00
showSummary = false
showViews = false
showLikes = false
showTableOfContents = false
2023-03-19 15:48:26 +00:00
showCards = true
2023-03-18 16:46:49 +00:00
groupByYear = true
cardView = false
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
showTableOfContents = false
cardView = false
[term]
showHero = false
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
showBreadcrumbs = false
showViews = false
showLikes = false
showTableOfContents = true
groupByYear = false
cardView = false
cardViewScreenWidth = false
[firebase]
# apiKey = "XXXXXX"
# authDomain = "XXXXXX"
# projectId = "XXXXXX"
# storageBucket = "XXXXXX"
# messagingSenderId = "XXXXXX"
# appId = "XXXXXX"
# measurementId = "XXXXXX"
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"
[buymeacoffee]
# identifier = ""
# globalWidget = true
# globalWidgetMessage = "Hello"
# globalWidgetColor = "#FFDD00"
# globalWidgetPosition = "Right"
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""