blowfish/exampleSite/config/_default/params.toml

148 lines
3.9 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-11 22:18:53 +01:00
defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = true
2022-09-10 20:05:37 +01:00
2022-09-12 13:44:13 +01:00
enableSearch = true
2022-09-10 20:05:37 +01:00
enableCodeCopy = true
2022-10-04 09:54:16 +01:00
mainSections = ["docs"]
2022-09-10 20:05:37 +01:00
# robots = ""
2023-02-03 21:58:30 +00:00
disableImageOptimization = false
2023-12-01 13:28:24 +00:00
disableTextInHeader = false
2022-12-21 20:48:57 +00:00
defaultBackgroundImage = "/img/background.svg"
defaultFeaturedImage = "/img/featured.svg"
2022-12-12 22:58:42 +00:00
2023-01-14 23:50:34 +00:00
highlightCurrentMenuArea = true
smartTOC = true
2023-08-17 22:12:46 +01:00
smartTOCHideUnfocusedChildren = false
2023-01-14 23:50:34 +00:00
2022-11-06 19:48:41 +00:00
[header]
2024-03-10 16:26:13 +00:00
layout = "fixed" # 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]
showMenu = true
2022-09-10 20:05:37 +01:00
showCopyright = true
showThemeAttribution = true
2022-09-12 13:44:13 +01:00
showAppearanceSwitcher = true
2022-09-10 20:05:37 +01:00
showScrollToTop = true
[homepage]
2022-10-16 17:25:13 +01:00
layout = "custom" # valid options: page, profile, hero, card, background, custom
2023-01-15 00:22:05 +00:00
# homepageImage = "/img/iceland.jpg" # used in: hero, and card
2022-11-05 15:11:20 +00:00
showRecent = false
2024-03-10 16:26:13 +00:00
showRecentItems = 6
showMoreLink = true
2022-10-07 10:57:36 +01:00
showMoreLinkDest = "docs"
2024-03-10 16:26:13 +00:00
cardView = true
2022-11-05 15:11:20 +00:00
cardViewScreenWidth = false
2024-01-04 21:34:00 +00:00
layoutBackgroundBlur = true # only used when layout equals background
2022-10-10 16:23:51 +01:00
2022-09-10 20:05:37 +01:00
[article]
2022-09-30 11:01:30 +01:00
showDate = false
2024-05-19 00:50:26 +01: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
2022-10-15 16:20:41 +01:00
showHero = true
2022-12-02 22:32:37 +00:00
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background
2022-09-10 20:05:37 +01:00
showBreadcrumbs = true
showDraftLabel = true
showEdit = true
2022-09-15 10:49:14 +01:00
editURL = "https://github.com/nunocoracao/blowfish/tree/main/exampleSite/content"
2022-09-10 20:05:37 +01:00
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
showTableOfContents = true
2023-04-29 15:56:55 +01:00
showRelatedContent = true
relatedContentLimit = 6
2022-09-30 11:01:30 +01:00
showTaxonomies = true
2022-10-13 23:29:04 +01:00
showAuthorsBadges = true
2022-09-28 23:43:50 +01:00
showWordCount = false
sharingLinks = [ "linkedin", "twitter", "reddit", "whatsapp", "telegram", "pinterest", "facebook", "email"]
2023-12-19 11:23:25 +01:00
showZenMode = true
2022-09-10 20:05:37 +01:00
[list]
2022-11-06 23:03:40 +00:00
showHero = true
2022-12-02 22:32:37 +00:00
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background
2022-11-24 21:33:15 +00:00
layoutBackgroundHeaderSpace = false
2022-09-11 17:20:31 +01:00
showBreadcrumbs = false
2022-11-05 15:11:20 +00:00
showSummary = false
2024-05-19 00:50:26 +01:00
showViews = false
showLikes = false
2022-10-20 22:03:49 +01:00
showTableOfContents = true
showCards = true
groupByYear = false
2022-11-05 15:11:20 +00:00
cardView = true
cardViewScreenWidth = false
constrainItemsWidth = false
2022-09-10 20:05:37 +01:00
[sitemap]
2023-10-27 21:58:49 +01:00
excludedKinds = []
2022-09-10 20:05:37 +01:00
[taxonomy]
showTermCount = true
showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
2022-12-12 22:34:28 +00:00
showBreadcrumbs = false
2024-06-03 23:23:17 +01:00
showViews = false
showLikes = false
showTableOfContents = true
2022-12-31 15:35:21 +00:00
cardView = false
[term]
showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
2022-12-12 23:17:14 +00:00
showBreadcrumbs = false
2024-06-03 23:23:51 +01:00
showViews = false
showLikes = false
showTableOfContents = true
groupByYear = false
2022-12-30 21:37:28 +00:00
cardView = true
cardViewScreenWidth = false
[firebase]
2024-05-19 15:35:36 +01:00
#apiKey = "AIzaSyB5tqlqDky77Vb4Tc4apiHV4hRZI18KGiY"
#authDomain = "blowfish-21fff.firebaseapp.com"
#projectId = "blowfish-21fff"
#storageBucket = "blowfish-21fff.appspot.com"
#messagingSenderId = "60108104191"
#appId = "1:60108104191:web:039842ebe1370698b487ca"
#measurementId = "G-PEDMYR1V0K"
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"
[buymeacoffee]
identifier = "nunocoracao"
2024-03-10 17:48:23 +00:00
globalWidget = true
2022-11-14 20:53:56 +00:00
globalWidgetMessage = ""
globalWidgetColor = "#FFDD00"
globalWidgetPosition = "Right"
2022-09-10 20:05:37 +01:00
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""