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