add first test article

This commit is contained in:
2024-02-10 21:48:09 +01:00
parent ecbf28343b
commit 3effe93e4c
20 changed files with 349 additions and 132 deletions

View File

@ -6,27 +6,27 @@
# https://blowfish.page/docs/configuration/#theme-parameters
colorScheme = "blowfish"
defaultAppearance = "light" # valid options: light or dark
defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = false
enableCodeCopy = true
# mainSections = ["section1", "section2"]
mainSections = ["posts"]
# 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
defaultBackgroundImage = "img/ocean.jpg"
defaultFeaturedImage = "img/ocean.jpg"
# highlightCurrentMenuArea = true
# smartTOC = true
# smartTOCHideUnfocusedChildren = true
highlightCurrentMenuArea = true
smartTOC = true
smartTOCHideUnfocusedChildren = false
[header]
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
[footer]
showMenu = true
@ -36,15 +36,15 @@ disableTextInHeader = false
showScrollToTop = true
[homepage]
layout = "profile" # valid options: page, profile, hero, card, background, custom
#homepageImage = "IMAGE.jpg" # used in: hero, and card
showRecent = false
showRecentItems = 5
showMoreLink = false
layout = "background " # valid options: page, profile, hero, card, background, custom
homepageImage = "img/ocean.jpg" # used in: hero, and card
showRecent = true
showRecentItems = 12
showMoreLink = true
showMoreLinkDest = "/posts"
cardView = false
cardView = true
cardViewScreenWidth = false
layoutBackgroundBlur = false # only used when layout equals background
layoutBackgroundBlur = true # only used when layout equals background
[article]
showDate = true
@ -57,7 +57,7 @@ disableTextInHeader = 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 = false
showBreadcrumbs = true
showDraftLabel = true
showEdit = false
# editURL = "https://github.com/username/repo/"
@ -67,14 +67,14 @@ disableTextInHeader = false
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = false
# showRelatedContent = false
# relatedContentLimit = 3
showTaxonomies = false
showTableOfContents = true
showRelatedContent = true
relatedContentLimit = 3
showTaxonomies = true
showAuthorsBadges = false
showWordCount = true
# sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
showZenMode = false
showZenMode = true
[list]
showHero = false
@ -86,11 +86,11 @@ disableTextInHeader = false
showViews = false
showLikes = false
showTableOfContents = false
showCards = false
groupByYear = true
cardView = false
showCards = true
groupByYear = false
cardView = true
cardViewScreenWidth = false
constrainItemsWidth = false
constrainItemsWidth = true
[sitemap]
excludedKinds = ["taxonomy", "term"]
@ -102,7 +102,7 @@ disableTextInHeader = false
showBreadcrumbs = false
showViews = false
showLikes = false
showTableOfContents = false
showTableOfContents = true
cardView = false
[term]