diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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 |
