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:
@@ -42,6 +42,3 @@ enableGitInfo = true
|
|||||||
endLevel = 3
|
endLevel = 3
|
||||||
ordered = false
|
ordered = false
|
||||||
startLevel = 2
|
startLevel = 2
|
||||||
|
|
||||||
[params.article]
|
|
||||||
showTableOfContents = true
|
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters
|
# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters
|
||||||
|
|
||||||
colorScheme = "github"
|
colorScheme = "github"
|
||||||
defaultAppearance = "dark" # valid options: light or dark
|
defaultAppearance = "light" # valid options: light or dark
|
||||||
autoSwitchAppearance = true
|
autoSwitchAppearance = true
|
||||||
|
|
||||||
enableSearch = true
|
enableSearch = true
|
||||||
@@ -43,7 +43,7 @@ customCSS = true
|
|||||||
showPercent = true
|
showPercent = true
|
||||||
showWidth = true
|
showWidth = true
|
||||||
|
|
||||||
[article]
|
[article] # https://blowfish.page/docs/configuration/
|
||||||
showDate = true
|
showDate = true
|
||||||
showViews = false
|
showViews = false
|
||||||
showLikes = false
|
showLikes = false
|
||||||
@@ -52,9 +52,6 @@ customCSS = true
|
|||||||
heroStyle = "basic" # valid options: basic, big, background
|
heroStyle = "basic" # valid options: basic, big, background
|
||||||
showBreadcrumbs = true
|
showBreadcrumbs = true
|
||||||
showDraftLabel = true
|
showDraftLabel = true
|
||||||
showEditURL = true
|
|
||||||
editURL = "https://git.wompmacho.com/wompmacho/wiki/"
|
|
||||||
editAppendPath = true
|
|
||||||
seriesOpened = true
|
seriesOpened = true
|
||||||
showHeadingAnchors = true
|
showHeadingAnchors = true
|
||||||
showPagination = true
|
showPagination = true
|
||||||
@@ -67,6 +64,12 @@ customCSS = true
|
|||||||
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]
|
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]
|
||||||
showAuthor = true
|
showAuthor = true
|
||||||
showAuthorsBadges = true # This helps style the author profile
|
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]
|
[list]
|
||||||
showBreadcrumbs = true
|
showBreadcrumbs = true
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ author: wompmacho
|
|||||||
date: 2023-07-04T05:33:31.158Z
|
date: 2023-07-04T05:33:31.158Z
|
||||||
lastmod: 2026-03-08
|
lastmod: 2026-03-08
|
||||||
showHero: false # needed to hide "hero banner"
|
showHero: false # needed to hide "hero banner"
|
||||||
|
showEditURL: true
|
||||||
---
|
---
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user