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-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-09-12 18:49:15 -05:00
|
|
|
mainSections = ["docs", "samples"]
|
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-12 18:49:15 -05:00
|
|
|
layout = "custom" # valid options: page, profile, custom
|
2022-10-04 03:51:42 -05:00
|
|
|
showRecent = true
|
2022-09-19 16:02:42 -05:00
|
|
|
showRecentItems = 5
|
2022-10-02 11:19:09 -05:00
|
|
|
showMoreLink = true
|
2022-09-26 18:18:11 -05:00
|
|
|
showMoreLinkDest = "/docs"
|
2022-09-19 16:02:42 -05:00
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
[article]
|
2022-09-30 05:01:30 -05:00
|
|
|
showDate = false
|
2022-09-12 06:49:52 -05:00
|
|
|
showViews = true
|
2022-09-28 17:43:50 -05:00
|
|
|
showLikes = true
|
2022-09-10 14:05:37 -05:00
|
|
|
showDateUpdated = false
|
|
|
|
showAuthor = true
|
|
|
|
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
|
|
|
|
showHeadingAnchors = true
|
|
|
|
showPagination = true
|
|
|
|
invertPagination = false
|
|
|
|
showReadingTime = true
|
|
|
|
showTableOfContents = true
|
2022-09-30 05:01:30 -05:00
|
|
|
showTaxonomies = true
|
2022-09-28 17:43:50 -05:00
|
|
|
showWordCount = false
|
2022-09-11 11:20:31 -05:00
|
|
|
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-12 18:49:15 -05:00
|
|
|
showSummary = true
|
2022-09-11 11:20:31 -05:00
|
|
|
showTableOfContents = false
|
2022-10-02 11:03:09 -05:00
|
|
|
showCards = true
|
2022-09-12 18:49:15 -05:00
|
|
|
groupByYear = false
|
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
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
[verification]
|
|
|
|
# google = ""
|
|
|
|
# bing = ""
|
|
|
|
# pinterest = ""
|
|
|
|
# yandex = ""
|