From 73568b2c43d70a9eb8ef0a1a08ed1d074ea7321e Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 4 Nov 2023 21:37:12 -0500 Subject: [PATCH] WIP - but blocked by hugo feature request References: - https://discourse.gohugo.io/t/render-alternative-output-format-outside-of-leaf-bundle-subdirectory/46968 - https://github.com/gohugoio/hugo/issues/8927 --- exampleSite/hugo.yaml | 4 +--- hugo.yaml | 5 +++++ 2 files changed, 6 insertions(+), 3 deletions(-) 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