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

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpanr <radoslaw.koziel@gmail.com>2018-12-21 21:07:37 +0300
committerpanr <radoslaw.koziel@gmail.com>2018-12-21 21:07:58 +0300
commit9532cb828522a9f63f20a84777b911be17b6f6ac (patch)
tree7cdba2e9e02c870313891bf5bc41d6024ad73948 /exampleSite
parent1974d30be0b1e5c4312353a745d0746e4c8aeb9e (diff)
Set default theme in config toml1.0.7
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 244813d..f138adb 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,6 +7,8 @@ paginate = 5
[params]
subtitle = "A simple theme for Hugo"
+ # "light" or "dark"
+ defaultTheme = "dark"
[params.logo]
logoText = "hello friend"