diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index 4efb30d..2e4c131 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -14,9 +14,7 @@ markup: # this just keeps the bobatheme markup styling _merge: deep outputs: - page: - - html - - markdown + _merge: deep params: author: diff --git a/hugo.yaml b/hugo.yaml index f24c261..388022c 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -12,6 +12,11 @@ taxonomies: author: authors series: series +outputs: + page: + - html + - markdown + privacy: googleAnalytics: disable: true