57 lines
1.3 KiB
YAML
57 lines
1.3 KiB
YAML
# -- 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: treehouse
|
|
defaultAppearance: dark # valid options: light or dark
|
|
|
|
robots: ''
|
|
|
|
autoSwitchAppearance: true
|
|
enableSearch: false
|
|
enableCodeCopy: true
|
|
|
|
|
|
footer:
|
|
showCopyright: true
|
|
showThemeAttribution: true
|
|
showAppearanceSwitcher: true
|
|
showScrollToTop: true
|
|
homepage:
|
|
layout: page # valid options: page, profile, hero, card, custom
|
|
homepageImage: "img/wordmark.png" # used in: hero, and card
|
|
showRecent: false
|
|
showRecentItems: 5
|
|
showMoreLink: false
|
|
showMoreLinkDest: /posts
|
|
article:
|
|
showDate: true
|
|
showDateUpdated: true
|
|
showAuthor: true
|
|
showBreadcrumbs: true
|
|
showDraftLabel: true
|
|
showEdit: false
|
|
editAppendPath: true
|
|
showHeadingAnchors: true
|
|
showPagination: true
|
|
invertPagination: false
|
|
seriesOpened: false
|
|
showReadingTime: true
|
|
showTableOfContents: true
|
|
showTaxonomies: true
|
|
showWordCount: true
|
|
showSummary: true
|
|
sharingLinks: false
|
|
list:
|
|
showBreadcrumbs: false
|
|
showSummary: false
|
|
showTableOfContents: false
|
|
showCards: false
|
|
groupByYear: true
|
|
sitemap:
|
|
excludedKinds: []
|
|
|