Permalink
Browse files
fix: update demo pygmentes style
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+1
−1
README.md
-
+2
−2
exampleSite/config.toml
|
@@ -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. |
|
|
0 comments on commit
6148bfd