diff --git a/exampleSite/config/_default/hugo.toml b/exampleSite/config/_default/hugo.toml index e1c766bd6c..f235e6d6c6 100644 --- a/exampleSite/config/_default/hugo.toml +++ b/exampleSite/config/_default/hugo.toml @@ -60,10 +60,13 @@ title = "Hugo Relearn Theme" noClasses = false # style = "tango" - [markup.goldmark.renderer] + [markup.goldmark] + # this is required for the themes exampleSite to make the piratify shortcode work + duplicateResourceFiles = true + # activated for this showcase to use HTML and JavaScript; decide on your own needs; # if in doubt, remove this line - unsafe = true + renderer.unsafe = true # allows `hugo server` to display this showcase in IE11; this is used for testing, as we # are still supporting IE11 - although with degraded experience; if you don't care about