diff --git a/hugolib/site_benchmark_test.go b/hugolib/site_benchmark_test.go index 97a168382..d7f300369 100644 --- 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