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:
authorMyGiHu <74786828+MyGiHu@users.noreply.github.com>2020-12-28 03:10:05 +0300
committerGitHub <noreply@github.com>2020-12-28 03:10:05 +0300
commit87eb51f115fa81c296ad4125330337c9b6bbd5f6 (patch)
treeb8cca53d80512fa9132217c01248e9695a74c031 /exampleSite
parent2486d10245297d6aa0d7edf8f7fb8046a55b8804 (diff)
Adding the "auto" option of themeStyle to the comment (#272)
* fix-262 * Replacing Moment.js with native JavaScript * Update config.toml Adding the "auto" option of themeStyle to the comment.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7ed86db..8dba7d0 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 = "light" # Choose "light" or "dark" or "auto"
favicon = "/img/fav.ico" # Path to favicon file
showRSSButton = false # Show rss button in navigation
fadeIn = true # Turn on/off the fade-in effect