mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: default color for code block fallback
This commit is contained in:
parent
aa5875d5ca
commit
87dda78cdc
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ relativeURLs = true
|
|||
disableLandingPageButton = true
|
||||
disableMermaid = false
|
||||
titleSeparator = "::"
|
||||
themeVariant = "relearn"
|
||||
dthemeVariant = "relearn"
|
||||
disableSeoHiddenPages = true
|
||||
|
||||
[outputs]
|
||||
|
@ -25,7 +25,7 @@ relativeURLs = true
|
|||
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
style = "base16-snazzy" # choose a color theme or create your own
|
||||
sstyle = "base16-snazzy" # choose a color theme or create your own
|
||||
guessSyntax = false # if set to true, avoid unstyled code if no language was given but mermaid code fences will not work anymore
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
|
|
Loading…
Reference in a new issue