blowfish/config/_default/params.toml

71 lines
1.6 KiB
TOML
Raw Normal View History

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-09-10 15:13:33 -05:00
# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters
2022-09-10 14:05:37 -05:00
2022-09-10 15:13:33 -05:00
colorScheme = "ocean"
2022-09-10 14:05:37 -05:00
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
enableSearch = true
2022-09-10 15:13:33 -05:00
enableCodeCopy = true
2022-09-10 14:05:37 -05:00
# mainSections = ["section1", "section2"]
# robots = ""
2022-09-11 11:20:31 -05:00
#[header]
# layout = "basic" # valid options: basic, hamburger, hybrid, custom - no more choice
2022-09-10 14:05:37 -05:00
[footer]
showCopyright = true
showThemeAttribution = true
2022-09-10 15:13:33 -05:00
showAppearanceSwitcher = true
2022-09-10 14:05:37 -05:00
showScrollToTop = true
[homepage]
2022-09-10 15:13:33 -05:00
layout = "profile" # valid options: page, profile, custom
showRecent = true
2022-09-10 14:05:37 -05:00
[article]
showDate = true
showDateUpdated = false
showAuthor = true
2022-09-10 15:13:33 -05:00
showBreadcrumbs = true
2022-09-10 14:05:37 -05:00
showDraftLabel = true
2022-09-10 15:13:33 -05:00
showEdit = true
2022-09-10 14:05:37 -05:00
# editURL = "https://github.com/username/repo/"
editAppendPath = true
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
2022-09-10 15:13:33 -05:00
showTableOfContents = true
showTaxonomies = false
showWordCount = true
showSummary = true
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]
2022-09-10 14:05:37 -05:00
[list]
showBreadcrumbs = false
showSummary = false
showTableOfContents = false
groupByYear = true
[sitemap]
2022-09-10 15:13:33 -05:00
excludedKinds = []
2022-09-10 14:05:37 -05:00
[taxonomy]
showTermCount = true
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""