Improved formatting of the example site's "config.toml"
This commit is contained in:
parent
d16381d87e
commit
c41f15216a
@ -14,13 +14,22 @@ theme = "no-js-hugo-theme"
|
|||||||
|
|
||||||
[params]
|
[params]
|
||||||
# enable javascript theme switcher
|
# enable javascript theme switcher
|
||||||
themeStyleSwitcher = true # default false
|
# default: false
|
||||||
|
themeStyleSwitcher = true
|
||||||
|
|
||||||
# theme style if the theme switcher is disabled
|
# theme style if the theme switcher is disabled
|
||||||
#themeStyle = "dark.css" # default "light.css"
|
# default: "light.css"
|
||||||
# footer text at the bottom of every page
|
#themeStyle = "dark.css"
|
||||||
footerText = "[no-js-hugo-theme](https://github.com/stevenengler/no-js-hugo-theme)" # default <unset>
|
|
||||||
|
# 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)
|
# 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)
|
# (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
|
# 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user