diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ enableRobotsTXT = true [params] bottom_text = "**ðŸ…** [BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)" + custom_css = ["css/syntax.css"] [security] enableInlineShortcodes = true + +[markup] + [markup.highlight] + noClasses = false |
