blowfish/config/_default/params.toml

162 lines
4.4 KiB
TOML
Raw Normal View History

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
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
replyByEmail = 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
# backgroundImageWidth = 1200
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
giteaDefaultServer = "https://git.fsfe.org"
forgejoDefaultServer = "https://v8.next.forgejo.org"
2022-11-06 19:48:41 +00:00
[header]
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, 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
showRecent = false
showRecentItems = 5
showMoreLink = false
showMoreLinkDest = "/posts/"
2022-11-05 15:11:20 +00:00
cardView = false
cardViewScreenWidth = false
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
2024-01-28 17:06:04 +00:00
showDateOnlyInArticle = false
2022-09-10 20:05:37 +01:00
showDateUpdated = false
showAuthor = true
# showAuthorBottom = false
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
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
2024-08-10 11:40:07 -04:00
# sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "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
showCards = false
2024-06-12 14:22:29 +05:30
orderByWeight = false
2022-09-10 20:05:37 +01:00
groupByYear = true
2022-11-05 15:11:20 +00:00
cardView = false
cardViewScreenWidth = false
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
[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
[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"
2024-03-22 23:26:56 +08:00
[umamiAnalytics]
# websiteid = "ABC12345"
# domain = "llama.yoursite.com"
2024-07-05 11:09:07 +08:00
# dataDomains = "yoursite.com,yoursite2.com"
# enableTrackEvent = true
2024-03-22 23:26:56 +08:00
2024-07-26 10:17:39 +08:00
[selineAnalytics]
2024-07-26 10:33:50 +08:00
# token = "XXXXXX"
# enableTrackEvent = true
2024-03-22 23:26:56 +08:00
[buymeacoffee]
# identifier = ""
# globalWidget = true
# globalWidgetMessage = "Hello"
# globalWidgetColor = "#FFDD00"
# globalWidgetPosition = "Right"
2022-09-10 20:05:37 +01:00
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""