Skip to content

Commit

Permalink
Improved formatting of the example site's "config.toml"
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengler committed Mar 31, 2024
1 parent d16381d commit c41f152
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <unset>
# default: "light.css"
#themeStyle = "dark.css"

# footer markdown text at the bottom of every page
# default: <unset>
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 <unset>
# default: <unset>
#tocWordThreshold = 1000

# adds an "onion-location" meta attribute to the HTML of each page
#onionLocation = "http://<your-onion-service-address>.onion" # default <unset>
# default <unset>
#onionLocation = "http://<your-onion-service-address>.onion"

0 comments on commit c41f152

Please sign in to comment.