You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# -------------------------------------------------------------------------------------
|
|
|
|
# Customizing Output Formats
|
|
|
|
# See: https://gohugo.io/templates/output-formats/#customizing-output-formats
|
|
|
|
# -------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
# Options to make hugo output files, the optional values are below:
|
|
|
|
# home: ["HTML", "RSS", "JSON", "archives", "offline", "README", "baidu_urls"]
|
|
|
|
# page: ["HTML", "MarkDown"]
|
|
|
|
# section: ["HTML", "RSS"]
|
|
|
|
# taxonomy: ["HTML", "RSS"]
|
|
|
|
# term: ["HTML", "RSS"]
|
|
|
|
home = ["HTML", "RSS", "JSON", "archives", "offline"]
|
|
|
|
page = ["HTML", "MarkDown"]
|
|
|
|
section = ["HTML", "RSS"]
|
|
|
|
taxonomy = ["HTML"]
|
|
|
|
term = ["HTML", "RSS"]
|