From 7fede1b36755c85c084cb99c73d36c9cb0b1e2fb Mon Sep 17 00:00:00 2001 From: dsrkafuu Date: Wed, 9 Jun 2021 10:43:38 +0800 Subject: feat: default theme --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d816474..e1ca8b9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -33,6 +33,7 @@ paginate = 10 [params] author = "DSRKafuU" # You can also set author in post front matter individually subTitle = "A minimal Hugo theme." + defaultTheme = "auto" # default theme when first visit (auto|dark|light) # Source URL of the website, will appear in the footer sourceURL = "https://github.com/dsrkafuu/hugo-theme-fuji" -- cgit v1.2.3