From f45405e2762709346a71866f17834a9d0a63a7d3 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 15 Dec 2024 16:26:08 +0100 Subject: Add syntax styles --- hugo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index a472269..f0ea480 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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 -- cgit v1.2.3