From c41f15216a834ace69e4aec5286559e9da80be7f Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Sun, 31 Mar 2024 17:14:48 -0400 Subject: [PATCH] Improved formatting of the example site's "config.toml" --- exampleSite/config.toml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5acac70..bf3b095 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -14,13 +14,22 @@ theme = "no-js-hugo-theme" [params] # enable javascript theme switcher - themeStyleSwitcher = true # default false + # default: false + themeStyleSwitcher = true + # theme style if the theme switcher is disabled - #themeStyle = "dark.css" # default "light.css" - # footer text at the bottom of every page - footerText = "[no-js-hugo-theme](https://github.com/stevenengler/no-js-hugo-theme)" # default + # default: "light.css" + #themeStyle = "dark.css" + + # footer markdown text at the bottom of every page + # default: + footerText = "[no-js-hugo-theme](https://github.com/stevenengler/no-js-hugo-theme)" + # enable the table of content on pages with more than this many words (negative to disable) # (can be overridden per-page by setting the 'toc' front matter parameter) - #tocWordThreshold = 1000 # default + # default: + #tocWordThreshold = 1000 + # adds an "onion-location" meta attribute to the HTML of each page - #onionLocation = "http://.onion" # default + # default + #onionLocation = "http://.onion"