2022-09-10 20:05:37 +01: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.
|
2022-12-30 15:25:34 +00:00
|
|
|
|
# https://blowfish.page/docs/configuration/#theme-parameters
|
2022-09-10 20:05:37 +01:00
|
|
|
|
|
2022-09-13 00:49:15 +01:00
|
|
|
|
colorScheme = "blowfish"
|
2022-09-10 20:05:37 +01:00
|
|
|
|
defaultAppearance = "light" # valid options: light or dark
|
|
|
|
|
autoSwitchAppearance = true
|
|
|
|
|
|
2023-06-05 22:42:37 +01:00
|
|
|
|
enableSearch = true
|
2023-01-26 23:34:18 +00:00
|
|
|
|
enableCodeCopy = false
|
2022-09-10 20:05:37 +01:00
|
|
|
|
|
|
|
|
|
# mainSections = ["section1", "section2"]
|
|
|
|
|
# robots = ""
|
|
|
|
|
|
2023-12-01 13:28:24 +00:00
|
|
|
|
disableImageOptimization = false
|
|
|
|
|
disableTextInHeader = false
|
2022-12-21 20:48:57 +00:00
|
|
|
|
|
|
|
|
|
# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
|
2023-04-29 12:08:08 +01:00
|
|
|
|
# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
|
2022-12-12 22:58:42 +00:00
|
|
|
|
|
2023-01-14 23:50:34 +00:00
|
|
|
|
# highlightCurrentMenuArea = true
|
|
|
|
|
# smartTOC = true
|
|
|
|
|
# smartTOCHideUnfocusedChildren = true
|
|
|
|
|
|
2022-11-06 19:48:41 +00:00
|
|
|
|
[header]
|
2023-02-25 19:23:10 +00:00
|
|
|
|
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
|
2022-11-06 19:48:41 +00:00
|
|
|
|
|
2022-09-10 20:05:37 +01:00
|
|
|
|
[footer]
|
2023-01-26 23:35:44 +00:00
|
|
|
|
showMenu = true
|
2022-09-10 20:05:37 +01:00
|
|
|
|
showCopyright = true
|
|
|
|
|
showThemeAttribution = true
|
2023-06-05 22:42:37 +01:00
|
|
|
|
showAppearanceSwitcher = true
|
2022-09-10 20:05:37 +01:00
|
|
|
|
showScrollToTop = true
|
|
|
|
|
|
|
|
|
|
[homepage]
|
2022-10-16 17:25:13 +01:00
|
|
|
|
layout = "profile" # valid options: page, profile, hero, card, background, custom
|
2022-10-11 23:40:31 +01:00
|
|
|
|
#homepageImage = "IMAGE.jpg" # used in: hero, and card
|
2022-09-13 00:49:15 +01:00
|
|
|
|
showRecent = false
|
2022-09-27 00:18:11 +01:00
|
|
|
|
showRecentItems = 5
|
|
|
|
|
showMoreLink = false
|
|
|
|
|
showMoreLinkDest = "/posts"
|
2022-11-05 15:11:20 +00:00
|
|
|
|
cardView = false
|
|
|
|
|
cardViewScreenWidth = false
|
2022-11-06 19:09:18 +00:00
|
|
|
|
layoutBackgroundBlur = false # only used when layout equals background
|
2022-09-10 20:05:37 +01:00
|
|
|
|
|
|
|
|
|
[article]
|
|
|
|
|
showDate = true
|
2023-01-26 23:38:36 +00:00
|
|
|
|
showViews = false
|
|
|
|
|
showLikes = false
|
2022-09-10 20:05:37 +01:00
|
|
|
|
showDateUpdated = false
|
|
|
|
|
showAuthor = true
|
2023-01-26 23:38:36 +00:00
|
|
|
|
showHero = false
|
|
|
|
|
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
|
|
|
|
|
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
2022-11-22 12:55:24 +02:00
|
|
|
|
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
2023-01-26 23:38:36 +00:00
|
|
|
|
showBreadcrumbs = false
|
2022-09-10 20:05:37 +01:00
|
|
|
|
showDraftLabel = true
|
2023-01-26 23:49:10 +00:00
|
|
|
|
showEdit = false
|
2022-09-10 20:05:37 +01:00
|
|
|
|
# editURL = "https://github.com/username/repo/"
|
|
|
|
|
editAppendPath = true
|
2022-10-17 22:28:39 +01:00
|
|
|
|
seriesOpened = false
|
2022-09-10 20:05:37 +01:00
|
|
|
|
showHeadingAnchors = true
|
|
|
|
|
showPagination = true
|
|
|
|
|
invertPagination = false
|
|
|
|
|
showReadingTime = true
|
2023-01-26 23:38:36 +00:00
|
|
|
|
showTableOfContents = false
|
2023-04-29 15:56:55 +01:00
|
|
|
|
# showRelatedContent = false
|
|
|
|
|
# relatedContentLimit = 3
|
2023-01-26 23:38:36 +00:00
|
|
|
|
showTaxonomies = false
|
|
|
|
|
showAuthorsBadges = false
|
2022-09-10 21:13:33 +01:00
|
|
|
|
showWordCount = true
|
2023-04-10 21:46:53 +01:00
|
|
|
|
# sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
|
2024-01-04 22:56:25 +00:00
|
|
|
|
showZenMode = false
|
2022-09-10 20:05:37 +01:00
|
|
|
|
|
|
|
|
|
[list]
|
2023-01-26 23:41:55 +00:00
|
|
|
|
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
|
2022-09-10 20:05:37 +01:00
|
|
|
|
showBreadcrumbs = false
|
|
|
|
|
showSummary = false
|
2023-01-26 23:41:55 +00:00
|
|
|
|
showViews = false
|
|
|
|
|
showLikes = false
|
2022-09-10 20:05:37 +01:00
|
|
|
|
showTableOfContents = false
|
2022-10-02 17:03:09 +01:00
|
|
|
|
showCards = false
|
2022-09-10 20:05:37 +01:00
|
|
|
|
groupByYear = true
|
2022-11-05 15:11:20 +00:00
|
|
|
|
cardView = false
|
|
|
|
|
cardViewScreenWidth = false
|
2023-01-05 19:18:24 +00:00
|
|
|
|
constrainItemsWidth = false
|
2022-09-10 20:05:37 +01:00
|
|
|
|
|
|
|
|
|
[sitemap]
|
2023-01-26 23:42:16 +00:00
|
|
|
|
excludedKinds = ["taxonomy", "term"]
|
2022-09-10 20:05:37 +01:00
|
|
|
|
|
|
|
|
|
[taxonomy]
|
2022-12-12 22:34:28 +00:00
|
|
|
|
showTermCount = true
|
2023-01-26 23:42:46 +00:00
|
|
|
|
showHero = false
|
|
|
|
|
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
2022-12-12 22:34:28 +00:00
|
|
|
|
showBreadcrumbs = false
|
2023-01-26 23:42:46 +00:00
|
|
|
|
showViews = false
|
|
|
|
|
showLikes = false
|
|
|
|
|
showTableOfContents = false
|
|
|
|
|
cardView = false
|
2022-12-12 22:07:14 +00:00
|
|
|
|
|
|
|
|
|
[term]
|
2023-01-26 23:43:28 +00:00
|
|
|
|
showHero = false
|
|
|
|
|
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
2022-12-12 23:17:14 +00:00
|
|
|
|
showBreadcrumbs = false
|
2023-01-26 23:43:28 +00:00
|
|
|
|
showViews = false
|
|
|
|
|
showLikes = false
|
|
|
|
|
showTableOfContents = true
|
|
|
|
|
groupByYear = false
|
|
|
|
|
cardView = false
|
|
|
|
|
cardViewScreenWidth = false
|
2022-09-10 20:05:37 +01:00
|
|
|
|
|
2022-09-12 12:49:52 +01:00
|
|
|
|
[firebase]
|
|
|
|
|
# apiKey = "XXXXXX"
|
|
|
|
|
# authDomain = "XXXXXX"
|
|
|
|
|
# projectId = "XXXXXX"
|
|
|
|
|
# storageBucket = "XXXXXX"
|
|
|
|
|
# messagingSenderId = "XXXXXX"
|
|
|
|
|
# appId = "XXXXXX"
|
|
|
|
|
# measurementId = "XXXXXX"
|
|
|
|
|
|
2022-09-10 20:05:37 +01:00
|
|
|
|
[fathomAnalytics]
|
|
|
|
|
# site = "ABC12345"
|
|
|
|
|
# domain = "llama.yoursite.com"
|
|
|
|
|
|
2022-11-13 19:39:55 +00:00
|
|
|
|
[buymeacoffee]
|
|
|
|
|
# identifier = ""
|
|
|
|
|
# globalWidget = true
|
|
|
|
|
# globalWidgetMessage = "Hello"
|
|
|
|
|
# globalWidgetColor = "#FFDD00"
|
|
|
|
|
# globalWidgetPosition = "Right"
|
|
|
|
|
|
2022-09-10 20:05:37 +01:00
|
|
|
|
[verification]
|
|
|
|
|
# google = ""
|
|
|
|
|
# bing = ""
|
|
|
|
|
# pinterest = ""
|
|
|
|
|
# yandex = ""
|