mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
f21e2f25c9
All config variables starts with low-case and uses camelCase. If there is abbreviation at the beginning of the name, the whole abbreviation will be written in low-case. If there is abbreviation at the end of the name, the whole abbreviation will be written in upper-case. For example, rssURI.
6 lines
89 B
TOML
6 lines
89 B
TOML
baseURL = "http://example.com"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
group = "groups"
|
|
menu = "menu"
|