commit 1ef50547ca2b81b6309002888ef9e28aa17878be
parent 4476cb0cd32adda62004ea98873f817bc6649194
Author: Pollux <pollux@pollux.codes>
Date: Fri, 30 May 2025 18:10:01 -0500
configure code syntax highlighting
Signed-off-by: Pollux <pollux@pollux.codes>
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/hugo.toml b/hugo.toml
@@ -4,6 +4,12 @@ title = 'pollux codes'
enableGitInfo = true
+[markup.highlight]
+ style = 'rrt'
+ lineNos = true
+ lineNumbersInTable = false
+ tabWidth = 8
+
[taxonomies]
blogtags = 'blogtags'
arttags = 'arttags'