fix: update demo pygmentes style

This commit is contained in:
Vivek R 2019-11-19 16:22:05 +05:30
parent aa5f461c56
commit 7d985dd68c
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ theme = "ezhil"
copyright = "© Copyright notice"
# Enable syntax highlighting.
pygmentsstyle = "vs"
pygmentsstyle = "solarized-dark"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true

View File

@ -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.