mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
Add output formats definition to benchmarks
This commit is contained in:
@@ -207,6 +207,13 @@ baseURL = "http://example.com/blog"
|
|||||||
paginate = 10
|
paginate = 10
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
|
[outputs]
|
||||||
|
home = [ "HTML" ]
|
||||||
|
section = [ "HTML" ]
|
||||||
|
taxonomy = [ "HTML" ]
|
||||||
|
taxonomyTerm = [ "HTML" ]
|
||||||
|
page = [ "HTML" ]
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
%s
|
%s
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user