blowfish/exampleSite/config/_default/params.toml

78 lines
1.9 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-11 15:40:52 -05:00
# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters
2022-09-10 14:05:37 -05:00
2022-09-11 11:20:31 -05:00
colorScheme = "ocean"
2022-09-11 16:18:53 -05:00
defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = false
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-09-11 11:20:31 -05:00
mainSections = ["posts", "suggest", "external"]
2022-09-10 14:05:37 -05:00
# robots = ""
[footer]
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-09-11 16:18:53 -05:00
layout = "profile" # valid options: page, profile, custom
showRecent = false
2022-09-10 14:05:37 -05:00
[article]
showDate = true
showViews = true
2022-09-10 14:05:37 -05:00
showDateUpdated = false
showAuthor = true
showBreadcrumbs = true
showDraftLabel = true
showEdit = true
2022-09-12 07:44:13 -05:00
editURL = "https://github.com/nunocoracao/blowfish/tree/dev/content"
2022-09-10 14:05:37 -05:00
editAppendPath = true
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = true
2022-09-11 11:20:31 -05:00
showTaxonomies = false
showWordCount = true
showSummary = true
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]
2022-09-10 14:05:37 -05:00
[list]
2022-09-11 11:20:31 -05:00
showBreadcrumbs = false
2022-09-10 14:05:37 -05:00
showSummary = false
2022-09-11 11:20:31 -05:00
showTableOfContents = false
groupByYear = true
2022-09-10 14:05:37 -05:00
[sitemap]
2022-09-11 11:20:31 -05:00
excludedKinds = []
2022-09-10 14:05:37 -05:00
[taxonomy]
showTermCount = true
[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-10 14:05:37 -05:00
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""