config.toml
file is a Hugo itself configuration file. All the possible params are documented on the official Hugo site.
baseURL
Set this param to your site URL. Zdoc theme is using this param for a search. So, if this param is not correct, the search won’t work. If you bought a domain name, use it instead of a default one.
theme
Theme to use (located by default in /themes/THEMENAME/).
defaultContentLanguage
Content without language indicator will default to this language.
defaultContentLanguageInSubdir
Render the default content language in subdir, e.g. content/en/
. The site root /
will then redirect to /en/
.
hasCJKLanguage
If true, auto-detect Chinese/Japanese/Korean Languages in the content. This will make .Summary
and .WordCount
behave correctly for CJK languages.
summaryLength
The length of text in words to show in a .Summary
.
copyright
Set your copyright text. You can use {year} to print current year. For example,
©{year} zzossig, All Rights Reserved
You can put link for creativecommons(or any links).
©2018 - {year} All content is licensed under <a target='_blank' rel='external noopener' href='https://example.com'>CC BY-SA</a>
timeout
Timeout for generating page contents, in milliseconds (defaults to 10 seconds). Note: this is used to bail out of recursive content generation, if your pages are slow to generate (e.g., because they require large image processing or depend on remote contents) you might need to raise this limit.
enableEmoji
Enable Emoji emoticons support for page content
paginate
Default number of elements per page in pagination.
rssLimit
Maximum number of items in the RSS feed.
googleAnalytics
Google Analytics tracking ID.
disableKinds
Enable disabling of all pages of the specified Kinds. Allowed values in this list: "page"
, "home"
, "section"
, "taxonomy"
, "term"
, "RSS"
, "sitemap"
, "robotsTXT"
, "404"
.
markup
This is a markdown related configurations. See the official documentation.
outputs
Used this param for the custom output SearchIndex
. If you set home = ["SearchIndex"]
, you can see the search index in the http(s)://www.mydomain.com/index.json.
outputFormats
Used to define Custom output SearchIndex
. It’s a json file.
taxonomies
Hugo includes support for user-defined groupings of content called taxonomies. Taxonomies are classifications of logical relationships between content.
Zdoc theme support tag
taxonomy only.