diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-12-01 14:54:37 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-12-01 14:54:47 +0100 |
commit | 5af2b92f0082f3c6b50cf3699c786ac72f891782 (patch) | |
tree | a4564ec6f6f86a4cdea11f07953fe6be889a94eb /exampleSite/config.toml | |
parent | 995c1e695cb5d6f30f0b15fe040693aab052bbf0 (diff) |
#106, Upgrade to hugo 0.60
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index eeaabea..57f1a7f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -9,9 +9,9 @@ disableKinds = ['taxonomy', 'taxonomyTerm'] disablePathToLower = true enableGitInfo = true -# Code highlight -# pygmentsStyle = 'monokailight' -pygmentsCodeFences = true +# Needed for mermaid/katex shortcodes +[markup.goldmark.renderer] +unsafe = true # Multi-lingual mode config # There are different options to translate files |