Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-11-19 13:52:05 +0300
committerVivek R <vividvilla@gmail.com>2019-11-19 13:52:05 +0300
commit6148bfde450dd8c50f5c43a4a73303fa286a1565 (patch)
treecb9e01452a7e4e6fd0c0d37ce0e347b66deb3afa
parent8961042aa10efe8f6cbe320bc61f6b3ef5333cfb (diff)
fix: update demo pygmentes style
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7df135c..62a826c 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ theme = "ezhil"
copyright = "© Copyright notice"
# Enable syntax highlighting.
-pygmentsstyle = "vs"
+pygmentsstyle = "solarized-dark"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 70ae86b..06188ba 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -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.