You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
155 lines
4.2 KiB
TOML
155 lines
4.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://blowfish.page/docs/configuration/#theme-parameters
|
|
|
|
colorScheme = "forest"
|
|
defaultAppearance = "light" # valid options: light or dark
|
|
autoSwitchAppearance = false
|
|
|
|
enableSearch = true
|
|
enableCodeCopy = true
|
|
|
|
# mainSections = ["section1", "section2"]
|
|
# robots = ""
|
|
|
|
disableImageOptimization = false
|
|
disableTextInHeader = false
|
|
|
|
# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
|
|
# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
|
|
|
|
# highlightCurrentMenuArea = true
|
|
smartTOC = true
|
|
# smartTOCHideUnfocusedChildren = true
|
|
|
|
[header]
|
|
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
|
|
|
|
[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
|
|
showRecent = false
|
|
showRecentItems = 7
|
|
showMoreLink = true
|
|
showMoreLinkDest = "/posts"
|
|
cardView = false
|
|
cardViewScreenWidth = false
|
|
layoutBackgroundBlur = false # only used when layout equals background
|
|
|
|
[article]
|
|
showDate = true
|
|
showViews = false
|
|
showLikes = false
|
|
showDateOnlyInArticle = false
|
|
showDateUpdated = true
|
|
showAuthor = true
|
|
# showAuthorBottom = false
|
|
showHero = false
|
|
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
|
|
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
|
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
|
showBreadcrumbs = true
|
|
showDraftLabel = true
|
|
showEdit = false
|
|
# editURL = "https://github.com/username/repo/"
|
|
editAppendPath = true
|
|
seriesOpened = false
|
|
showHeadingAnchors = true
|
|
showPagination = true
|
|
invertPagination = false
|
|
showReadingTime = true
|
|
showTableOfContents = true
|
|
showRelatedContent = true
|
|
relatedContentLimit = 3
|
|
showTaxonomies = false
|
|
showAuthorsBadges = false
|
|
showWordCount = true
|
|
# sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
|
|
showZenMode = true
|
|
|
|
[list]
|
|
showHero = false
|
|
# 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
|
|
showBreadcrumbs = true
|
|
showSummary = true
|
|
showViews = false
|
|
showLikes = false
|
|
showTableOfContents = false
|
|
showCards = false
|
|
orderByWeight = false
|
|
groupByYear = true
|
|
cardView = false
|
|
cardViewScreenWidth = false
|
|
constrainItemsWidth = false
|
|
|
|
[sitemap]
|
|
excludedKinds = ["taxonomy", "term"]
|
|
|
|
[taxonomy]
|
|
showTermCount = true
|
|
showHero = false
|
|
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
|
showBreadcrumbs = true
|
|
showViews = false
|
|
showLikes = false
|
|
showTableOfContents = false
|
|
cardView = false
|
|
|
|
[term]
|
|
showHero = false
|
|
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
|
showBreadcrumbs = true
|
|
showViews = false
|
|
showLikes = false
|
|
showTableOfContents = true
|
|
groupByYear = false
|
|
cardView = false
|
|
cardViewScreenWidth = false
|
|
|
|
[firebase]
|
|
# apiKey = "XXXXXX"
|
|
# authDomain = "XXXXXX"
|
|
# projectId = "XXXXXX"
|
|
# storageBucket = "XXXXXX"
|
|
# messagingSenderId = "XXXXXX"
|
|
# appId = "XXXXXX"
|
|
# measurementId = "XXXXXX"
|
|
|
|
[fathomAnalytics]
|
|
# site = "ABC12345"
|
|
# domain = "llama.yoursite.com"
|
|
|
|
[umamiAnalytics]
|
|
# websiteid = "ABC12345"
|
|
# domain = "llama.yoursite.com"
|
|
|
|
[buymeacoffee]
|
|
# identifier = ""
|
|
# globalWidget = true
|
|
# globalWidgetMessage = "Hello"
|
|
# globalWidgetColor = "#FFDD00"
|
|
# globalWidgetPosition = "Right"
|
|
|
|
[verification]
|
|
# google = ""
|
|
# bing = ""
|
|
# pinterest = ""
|
|
# yandex = ""
|
|
|
|
[AnalyticsURL]
|
|
"https://ndumas.com" = "blog.ndumas.com"
|
|
"https://drafts.ndumas.com" = "drafts.blog.ndumas.com"
|
|
"https://dev.ndumas.com" = "dev.blog.ndumas.com"
|