mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
Add output formats definition to benchmarks
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user