From 2932037152a30e5542e947122ece0a26f148091b Mon Sep 17 00:00:00 2001 From: Victoria Drake Date: Thu, 31 Dec 2020 07:56:23 -0500 Subject: Update docs and config.toml - Add instructions for Contact section clock and Plausible - Update README and Theme Features post Close #273 --- exampleSite/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8dba7d0..76aed02 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -5,7 +5,7 @@ DefaultContentLanguage = "en" # Default language fo # googleAnalytics = "" # https://gohugo.io/templates/internal/#google-analytics [params] - themeStyle = "light" # Choose "light" or "dark" or "auto" + themeStyle = "auto" # Choose "light" or "dark" or "auto" favicon = "/img/fav.ico" # Path to favicon file showRSSButton = false # Show rss button in navigation fadeIn = true # Turn on/off the fade-in effect @@ -14,6 +14,7 @@ DefaultContentLanguage = "en" # Default language fo email = "youremail@email.com" # E-mail address for contact section # customCSS = ["foo.css"] # Include custom css files placed under assets/ # customJS = ["foo.js"] # Include custom JavaScript files placed under assets/ + # plausible = true # Use Plausible analytics (requires an account at Plausible.io) # Configure the home page [params.home] -- cgit v1.2.3