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

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz F. A. de Prá <luiz.pra@olist.com>2020-02-14 23:54:38 +0300
committerLuiz F. A. de Prá <luiz.pra@olist.com>2020-02-15 00:00:04 +0300
commitfcd8916343cd3b112df0ba9d18ec9ea5cc7c54ea (patch)
treebf9cf9d39cbf85b6353a05c13c6d94de79a02044 /exampleSite
parentd6215b06e832cc9d5f6497b3aaf514120e711e38 (diff)
Fix figure aligment
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 61ed225..3f02c74 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -39,14 +39,14 @@ disqusShortname = "yourdiscussshortname"
# "auto" (use preference set by browser)
# "dark" (dark background, light foreground)
# "light" (light background, dark foreground) (default)
- colorscheme = "light"
+ colorscheme = "auto"
# Series see also post count
maxSeeAlsoItems = 5
# Custom CSS
custom_css = []
-
+
# Custom JS
custom_js = []