Skip to content

Commit a2d81ce

Browse files
committed
Add output formats definition to benchmarks
1 parent 051fa34 commit a2d81ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎hugolib/site_benchmark_test.go‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,13 @@ baseURL = "http://example.com/blog"
207207
paginate = 10
208208
defaultContentLanguage = "en"
209209
210+
[outputs]
211+
home = [ "HTML" ]
212+
section = [ "HTML" ]
213+
taxonomy = [ "HTML" ]
214+
taxonomyTerm = [ "HTML" ]
215+
page = [ "HTML" ]
216+
210217
[languages]
211218
%s
212219

0 commit comments

Comments
 (0)