mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
docs: make piratify resources available using Hugo 0.123.0
This commit is contained in:
parent
a92caac1f1
commit
ab709c3183
1 changed files with 5 additions and 2 deletions
|
@ -60,10 +60,13 @@ title = "Hugo Relearn Theme"
|
||||||
noClasses = false
|
noClasses = false
|
||||||
# style = "tango"
|
# 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;
|
# activated for this showcase to use HTML and JavaScript; decide on your own needs;
|
||||||
# if in doubt, remove this line
|
# 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
|
# 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
|
# are still supporting IE11 - although with degraded experience; if you don't care about
|
||||||
|
|
Loading…
Reference in a new issue