diff options
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 378d3a9..33c6c30 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -33,9 +33,10 @@ 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/itsme/my_blog" + sourceURL = "https://github.com/dsrkafuu/hugo-theme-fuji" # Use CloudFlare Workers to accelerate the Google Analytics # If you are using this please comment the googleAnalytics above |