Skip to content
Snippets Groups Projects
Commit f125a68d authored by Martyn Welch's avatar Martyn Welch Committed by Emanuele Aina
Browse files

Update config.toml to use newer highlight configuration


Hugo has a newer set of config options to control highlighting. Use them.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent 154f9e7c
No related branches found
No related tags found
1 merge request!221Use Hugo's Chroma highlighter rather than Highlight.js
......@@ -5,13 +5,6 @@ theme = "beautifulhugo"
canonifyURLs = true
# Highlighting
pygmentsCodeFences = true
pygmentsUseClasses = true
pygmentsCodeFencesGuessSyntax = true
pygmentsoptions = "linenos=table"
pygmentsStyle = "vs"
languageCode = "en-us"
[Author]
......@@ -94,3 +87,9 @@ languageCode = "en-us"
[markup.tableOfContents]
startLevel = 1
endLevel = 2
[markup.highlight]
lineNos = true
lineNumbersInTable = true
noClasses = false
style = "vs"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment