summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml12
1 files changed, 10 insertions, 2 deletions
diff --git a/hugo.toml b/hugo.toml
index b7e0663..c20b617 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -9,6 +9,16 @@ enableRobotsTXT = true
minifyOutput = false
disableXML = false
+# Syntax highlighting with Chroma
+[markup]
+ [markup.highlight]
+ noClasses = false
+ lineNos = true
+ lineNumbersInTable = true
+ tabWidth = 2
+ guessSyntax = true
+ codeFences = true
+
# Languages
[languages]
[languages.it]
@@ -101,8 +111,6 @@ enableRobotsTXT = true
email = "danix@danix.xyz"
# Theme options
- syntaxHighlight = true
- lineNumbers = false
readingTime = true
shareButtons = true
relatedPosts = true