final fix for edit
All checks were successful
Deploy to Caddy / build-and-deploy (push) Successful in 19s
All checks were successful
Deploy to Caddy / build-and-deploy (push) Successful in 19s
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters
|
||||
|
||||
colorScheme = "github"
|
||||
defaultAppearance = "dark" # valid options: light or dark
|
||||
defaultAppearance = "light" # valid options: light or dark
|
||||
autoSwitchAppearance = true
|
||||
|
||||
enableSearch = true
|
||||
@@ -43,7 +43,7 @@ customCSS = true
|
||||
showPercent = true
|
||||
showWidth = true
|
||||
|
||||
[article]
|
||||
[article] # https://blowfish.page/docs/configuration/
|
||||
showDate = true
|
||||
showViews = false
|
||||
showLikes = false
|
||||
@@ -52,9 +52,6 @@ customCSS = true
|
||||
heroStyle = "basic" # valid options: basic, big, background
|
||||
showBreadcrumbs = true
|
||||
showDraftLabel = true
|
||||
showEditURL = true
|
||||
editURL = "https://git.wompmacho.com/wompmacho/wiki/"
|
||||
editAppendPath = true
|
||||
seriesOpened = true
|
||||
showHeadingAnchors = true
|
||||
showPagination = true
|
||||
@@ -67,6 +64,12 @@ customCSS = true
|
||||
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]
|
||||
showAuthor = true
|
||||
showAuthorsBadges = true # This helps style the author profile
|
||||
showEdit = true
|
||||
showEditURL = true
|
||||
editURL = "https://git.wompmacho.com/wompmacho/wiki/src/branch/main/content"
|
||||
editAppendPath = true
|
||||
showZenMode = false
|
||||
smartTOC = true
|
||||
|
||||
[list]
|
||||
showBreadcrumbs = true
|
||||
|
||||
Reference in New Issue
Block a user