We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0590453 commit 7f838f1Copy full SHA for 7f838f1
1 file changed
hugo.toml
@@ -99,6 +99,17 @@ theme = 'PaperMod'
99
[markup.goldmark.renderer]
100
unsafe = true
101
102
+ [markup.highlight]
103
+ codeFences = true
104
+ guessSyntax = true
105
+ hl_Lines = ""
106
+ lineNoStart = 1
107
+ lineNos = true
108
+ lineNumbersInTable = true
109
+ noClasses = false
110
+ style = "monokai"
111
+ tabWidth = 4
112
+
113
114
[sitemap]
115
changeFreq = ''
0 commit comments