blowfish/config/_default/params.toml

102 lines
2.5 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-09-10 21:13:33 +01:00
# https://nunocoracao.github.io/blowfish/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
enableSearch = true
2022-09-10 21:13:33 +01:00
enableCodeCopy = true
2022-09-10 20:05:37 +01:00
# mainSections = ["section1", "section2"]
# robots = ""
2022-11-06 19:48:41 +00:00
[header]
layout = "basic" # valid options: basic, fixed
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-10 21:13:33 +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
#showViews = true
2022-09-28 23:43:50 +01:00
#showLikes = true
2022-09-10 20:05:37 +01:00
showDateUpdated = false
showAuthor = true
2022-10-15 16:20:41 +01:00
showHero = true
heroStyle = "basic" # valid options: basic, big, background
layoutBackgroundBlur = false # only used when heroStyle equals background
2022-09-10 21:13:33 +01:00
showBreadcrumbs = true
2022-09-10 20:05:37 +01:00
showDraftLabel = true
2022-09-10 21:13:33 +01:00
showEdit = true
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
2022-09-10 21:13:33 +01:00
showTableOfContents = true
showTaxonomies = false
2022-10-13 23:29:04 +01:00
showAuthorsBadges = false
2022-09-10 21:13:33 +01:00
showWordCount = true
showSummary = true
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]
2022-09-10 20:05:37 +01:00
[list]
2022-11-09 12:05:11 +00:00
#showHero = true
#heroStyle = "background" # valid options: basic, big, background
2022-09-10 20:05:37 +01:00
showBreadcrumbs = false
showSummary = false
2022-11-09 12:05:11 +00:00
#showViews = true
#showLikes = true
2022-09-10 20:05:37 +01:00
showTableOfContents = false
showCards = false
2022-09-10 20:05:37 +01:00
groupByYear = true
2022-11-05 15:11:20 +00:00
cardView = false
cardViewScreenWidth = false
2022-09-10 20:05:37 +01:00
[sitemap]
2022-09-10 21:13:33 +01:00
excludedKinds = []
2022-09-10 20:05:37 +01:00
[taxonomy]
showTermCount = true
[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"
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""