everun/config/_default/params.toml

134 lines
3.5 KiB
TOML
Raw Normal View History

2022-12-30 08:18:19 +00: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-12-30 08:51:55 +00:00
# https://blowfish.page/docs/configuration/#theme-parameters
2022-12-30 08:18:19 +00:00
colorScheme = "blowfish"
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
enableSearch = true
2022-12-30 08:51:55 +00:00
enableCodeCopy = false
2022-12-30 08:18:19 +00:00
2022-12-30 08:51:55 +00:00
mainSections = ["posts"]
2022-12-30 08:18:19 +00:00
# robots = ""
# disableImageOptimization = false
2022-12-30 08:51:55 +00:00
# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
2022-12-30 08:18:19 +00:00
[header]
layout = "basic" # valid options: basic, fixed
[footer]
# showMenu = true
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = true
showScrollToTop = true
[homepage]
layout = "profile" # valid options: page, profile, hero, card, background, custom
#homepageImage = "IMAGE.jpg" # used in: hero, and card
2022-12-30 08:51:55 +00:00
showRecent = true
2022-12-30 08:18:19 +00:00
showRecentItems = 5
2022-12-30 08:51:55 +00:00
showMoreLink = true
2022-12-30 08:18:19 +00:00
showMoreLinkDest = "/posts"
2022-12-30 08:51:55 +00:00
cardView = true
cardViewScreenWidth = true
2022-12-30 08:18:19 +00:00
layoutBackgroundBlur = false # only used when layout equals background
[article]
showDate = true
#showViews = true
#showLikes = true
showDateUpdated = false
2022-12-30 08:51:55 +00:00
showAuthor = false
2022-12-30 08:18:19 +00:00
showHero = true
2022-12-30 08:51:55 +00:00
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
2022-12-30 08:18:19 +00:00
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = true
showDraftLabel = true
2022-12-30 08:51:55 +00:00
showEdit = false
2022-12-30 08:18:19 +00:00
# editURL = "https://github.com/username/repo/"
2022-12-30 08:51:55 +00:00
editAppendPath = false
seriesOpened = true
2022-12-30 08:18:19 +00:00
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = true
2022-12-30 08:51:55 +00:00
showTaxonomies = true
showAuthorsBadges = true
2022-12-30 08:18:19 +00:00
showWordCount = true
showSummary = true
2022-12-30 08:51:55 +00:00
sharingLinks = false
2022-12-30 08:18:19 +00:00
[list]
#showHero = true
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
#layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
#layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
2022-12-30 08:51:55 +00:00
showBreadcrumbs = true
showSummary = true
2022-12-30 08:18:19 +00:00
#showViews = true
#showLikes = true
showTableOfContents = false
2022-12-30 08:51:55 +00:00
showCards = true
2022-12-30 08:18:19 +00:00
groupByYear = true
2022-12-30 08:51:55 +00:00
cardView = true
cardViewScreenWidth = true
2022-12-30 08:18:19 +00:00
[sitemap]
excludedKinds = []
[taxonomy]
showTermCount = true
#showHero = true
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
2022-12-30 08:51:55 +00:00
showBreadcrumbs = true
2022-12-30 08:18:19 +00:00
#showViews = false
#showLikes = false
#showTableOfContents = true
2022-12-30 08:51:55 +00:00
cardView = true
2022-12-30 08:18:19 +00:00
[term]
#showHero = true
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
2022-12-30 08:51:55 +00:00
showBreadcrumbs = true
2022-12-30 08:18:19 +00:00
#showViews = false
#showLikes = false
#showTableOfContents = true
2022-12-30 08:51:55 +00:00
groupByYear = true
cardViewScreenWidth = true
cardView = true
2022-12-30 08:18:19 +00:00
[firebase]
# apiKey = "XXXXXX"
# authDomain = "XXXXXX"
# projectId = "XXXXXX"
# storageBucket = "XXXXXX"
# messagingSenderId = "XXXXXX"
# appId = "XXXXXX"
# measurementId = "XXXXXX"
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"
[buymeacoffee]
# identifier = ""
# globalWidget = true
# globalWidgetMessage = "Hello"
# globalWidgetColor = "#FFDD00"
# globalWidgetPosition = "Right"
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""