mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Add output formats definition to benchmarks
This commit is contained in:
parent
051fa343d0
commit
a2d81ce983
1 changed files with 7 additions and 0 deletions
|
@ -207,6 +207,13 @@ baseURL = "http://example.com/blog"
|
|||
paginate = 10
|
||||
defaultContentLanguage = "en"
|
||||
|
||||
[outputs]
|
||||
home = [ "HTML" ]
|
||||
section = [ "HTML" ]
|
||||
taxonomy = [ "HTML" ]
|
||||
taxonomyTerm = [ "HTML" ]
|
||||
page = [ "HTML" ]
|
||||
|
||||
[languages]
|
||||
%s
|
||||
|
||||
|
|
Loading…
Reference in a new issue