Updated with latest test content
All checks were successful
Build and Publish Docker Image / build (push) Successful in 1m53s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 1m53s
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
# Refer to the theme docs for more details about each of these parameters.
|
||||
# https://blowfish.page/docs/configuration/#theme-parameters
|
||||
|
||||
colorScheme = "blowfish"
|
||||
defaultAppearance = "light" # valid options: light or dark
|
||||
colorScheme = "fire"
|
||||
defaultAppearance = "dark" # valid options: light or dark
|
||||
autoSwitchAppearance = true
|
||||
|
||||
enableA11y = false
|
||||
@@ -53,9 +53,9 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
|
||||
showScrollToTop = true
|
||||
|
||||
[homepage]
|
||||
layout = "profile" # valid options: page, profile, hero, card, background, custom
|
||||
#homepageImage = "IMAGE.jpg" # used in: hero, and card
|
||||
showRecent = false
|
||||
layout = "background" # valid options: page, profile, hero, card, background, custom
|
||||
homepageImage = "background.jpg"
|
||||
showRecent = true
|
||||
showRecentItems = 5
|
||||
showMoreLink = false
|
||||
showMoreLinkDest = "/posts/"
|
||||
|
||||
Reference in New Issue
Block a user