fix: update demo pygmentes style
This commit is contained in:
parent
8961042aa1
commit
6148bfde45
@ -45,7 +45,7 @@ theme = "ezhil"
|
||||
copyright = "© Copyright notice"
|
||||
|
||||
# Enable syntax highlighting.
|
||||
pygmentsstyle = "vs"
|
||||
pygmentsstyle = "solarized-dark"
|
||||
pygmentscodefences = true
|
||||
pygmentscodefencesguesssyntax = true
|
||||
|
||||
|
@ -6,7 +6,7 @@ paginate = 5
|
||||
|
||||
copyright = "© Copyright notice"
|
||||
|
||||
pygmentsstyle = "vs"
|
||||
pygmentsstyle = "solarized-dark"
|
||||
pygmentscodefences = true
|
||||
pygmentscodefencesguesssyntax = true
|
||||
|
||||
@ -17,7 +17,7 @@ disqusShortname = "ezhil-demo"
|
||||
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
|
||||
disableDisqusTypes = ["page"]
|
||||
featherIconsCDN = true
|
||||
mode = "auto" # "dark" or "auto"
|
||||
mode = "auto" # "dark", "auto", "light"
|
||||
# customCSS = "css/custom.css" # Custom CSS applied to default styles.
|
||||
# customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
|
||||
# customJS = ["js/custom.js", "js/custom1.js"] # Custom JS scripts.
|
||||
|
Loading…
Reference in New Issue
Block a user