diff options
author | dsrkafuu | 2021-06-09 10:43:38 +0800 |
---|---|---|
committer | dsrkafuu | 2021-06-09 10:43:38 +0800 |
commit | 7fede1b36755c85c084cb99c73d36c9cb0b1e2fb (patch) | |
tree | ce3abd30c22dcd5df9f904262c94611dfdac52ea /exampleSite/config.toml | |
parent | 787b7865fba31fd56009a85f214f829b9d85cc04 (diff) | |
download | hugo-theme-fuji-7fede1b36755c85c084cb99c73d36c9cb0b1e2fb.tar.gz hugo-theme-fuji-7fede1b36755c85c084cb99c73d36c9cb0b1e2fb.tar.bz2 hugo-theme-fuji-7fede1b36755c85c084cb99c73d36c9cb0b1e2fb.zip |
feat: default theme
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |