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-12 18:49:15 -05:00
|
|
|
colorScheme = "blowfish"
|
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 = ""
|
|
|
|
|
|
|
|
[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
|
2022-09-12 18:49:15 -05:00
|
|
|
showRecent = false
|
2022-09-26 18:18:11 -05:00
|
|
|
showRecentItems = 5
|
|
|
|
showMoreLink = false
|
|
|
|
showMoreLinkDest = "/posts"
|
2022-09-10 14:05:37 -05:00
|
|
|
|
|
|
|
[article]
|
|
|
|
showDate = true
|
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
|
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
|
2022-10-02 11:03:09 -05:00
|
|
|
showCards = false
|
2022-09-10 14:05:37 -05:00
|
|
|
groupByYear = true
|
|
|
|
|
|
|
|
[sitemap]
|
2022-09-10 15:13:33 -05:00
|
|
|
excludedKinds = []
|
2022-09-10 14:05:37 -05:00
|
|
|
|
|
|
|
[taxonomy]
|
|
|
|
showTermCount = true
|
|
|
|
|
2022-09-12 06:49:52 -05:00
|
|
|
[firebase]
|
|
|
|
# apiKey = "XXXXXX"
|
|
|
|
# authDomain = "XXXXXX"
|
|
|
|
# projectId = "XXXXXX"
|
|
|
|
# storageBucket = "XXXXXX"
|
|
|
|
# messagingSenderId = "XXXXXX"
|
|
|
|
# appId = "XXXXXX"
|
|
|
|
# measurementId = "XXXXXX"
|
|
|
|
|
2022-09-10 14:05:37 -05:00
|
|
|
[fathomAnalytics]
|
|
|
|
# site = "ABC12345"
|
|
|
|
# domain = "llama.yoursite.com"
|
|
|
|
|
|
|
|
[verification]
|
|
|
|
# google = ""
|
|
|
|
# bing = ""
|
|
|
|
# pinterest = ""
|
|
|
|
# yandex = ""
|