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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-11-18 19:08:23 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-11-18 19:08:23 +0300
commit1fc544b7cd8c578f4fc9daf810e42761b7a1e8c5 (patch)
tree26e2ea5b99d7f31ea62955a6e55e9dc1f59a9700 /exampleSite
parent96741f4b4da8079b96e9c7d342b0b03235f4654b (diff)
feat: customize default color scheme
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index 098fb47..93543cb 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -7,6 +7,9 @@ repoEditURL = ""
dateFormat = ""
+# Options: auto, light and dark. Default is auto.
+colorScheme = ""
+
# E.g. Person, Organization, LocalBusiness, Project, EducationalOrganization
siteType = "Person"
icon = "images/icon.png"