shithub: hugo

Download patch

ref: a2d81ce983d45b5742c93bd472503c88286f099a
parent: 051fa343d06d6c070df742f7cbd125432fcab665
author: Bjørn Erik Pedersen <[email protected]>
date: Sat Dec 2 07:05:12 EST 2017

Add output formats definition to benchmarks

--- a/hugolib/site_benchmark_test.go
+++ b/hugolib/site_benchmark_test.go
@@ -207,6 +207,13 @@
 paginate = 10
 defaultContentLanguage = "en"
 
+[outputs]
+home = [ "HTML" ]
+section = [ "HTML" ]
+taxonomy = [ "HTML" ]
+taxonomyTerm = [ "HTML" ]
+page = [ "HTML" ]
+
 [languages]
 %s