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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2019-12-29 06:07:04 +0300
committerVictoria Drake <hello@victoria.dev>2019-12-29 06:07:04 +0300
commit7a8b8e78b5b4b33f8bb89c176d3f1d6fc68a64c9 (patch)
tree1347a84554b5d48374dca84a21a428276462b52f /exampleSite/config.toml
parentcfc69095704c00cee6cef45fa7715dc2bbc1562f (diff)
Make markdown table dark style less icky (close #189)
Thanks @meeDamian!
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 2c5fbc4..a68f4c8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,7 +5,7 @@ DefaultContentLanguage = "en" # Default language fo
# googleAnalytics = "" # https://gohugo.io/templates/internal/#google-analytics
[params]
- themeStyle = "light" # Choose "light" or "dark"
+ themeStyle = "dark" # Choose "light" or "dark"
favicon = "/img/fav.ico" # Path to favicon file
showRSSButton = false # Show rss button in navigation
fadeIn = true # Turn on/off the fade-in effect