mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
87 lines
2.2 KiB
TOML
87 lines
2.2 KiB
TOML
# -- 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.
|
|
# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters
|
|
|
|
colorScheme = "blowfish"
|
|
defaultAppearance = "dark" # valid options: light or dark
|
|
autoSwitchAppearance = true
|
|
|
|
enableSearch = true
|
|
enableCodeCopy = true
|
|
|
|
mainSections = ["docs"]
|
|
# robots = ""
|
|
|
|
[footer]
|
|
showCopyright = true
|
|
showThemeAttribution = true
|
|
showAppearanceSwitcher = true
|
|
showScrollToTop = true
|
|
|
|
[homepage]
|
|
layout = "custom" # valid options: page, profile, hero, card, background, custom
|
|
homepageImage = "/img/iceland.jpg" # used in: hero, and card
|
|
showRecent = true
|
|
showRecentItems = 5
|
|
showMoreLink = true
|
|
showMoreLinkDest = "docs"
|
|
|
|
[article]
|
|
showDate = false
|
|
showViews = true
|
|
showLikes = true
|
|
showDateUpdated = false
|
|
showAuthor = true
|
|
showHero = true
|
|
heroStyle = "background" # valid options: basic, big, background
|
|
showBreadcrumbs = true
|
|
showDraftLabel = true
|
|
showEdit = true
|
|
editURL = "https://github.com/nunocoracao/blowfish/tree/main/exampleSite/content"
|
|
editAppendPath = true
|
|
seriesOpened = false
|
|
showHeadingAnchors = true
|
|
showPagination = true
|
|
invertPagination = false
|
|
showReadingTime = true
|
|
showTableOfContents = true
|
|
showTaxonomies = true
|
|
showAuthorsBadges = true
|
|
showWordCount = false
|
|
showSummary = true
|
|
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]
|
|
|
|
[list]
|
|
showBreadcrumbs = false
|
|
showSummary = true
|
|
showTableOfContents = false
|
|
showCards = true
|
|
groupByYear = false
|
|
|
|
[sitemap]
|
|
excludedKinds = ["taxonomy","term"]
|
|
|
|
[taxonomy]
|
|
showTermCount = true
|
|
|
|
[firebase]
|
|
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"
|
|
|
|
[fathomAnalytics]
|
|
# site = "ABC12345"
|
|
# domain = "llama.yoursite.com"
|
|
|
|
[verification]
|
|
# google = ""
|
|
# bing = ""
|
|
# pinterest = ""
|
|
# yandex = ""
|