hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit a2d81ce983d45b5742c93bd472503c88286f099a
parent 051fa343d06d6c070df742f7cbd125432fcab665
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Sat,  2 Dec 2017 12:05:12 +0100

Add output formats definition to benchmarks

Diffstat:
Mhugolib/site_benchmark_test.go | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/hugolib/site_benchmark_test.go b/hugolib/site_benchmark_test.go
@@ -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