aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.toml21
1 files changed, 13 insertions, 8 deletions
diff --git a/config.toml b/config.toml
index 27debbf..7294f53 100644
--- a/config.toml
+++ b/config.toml
@@ -7,14 +7,19 @@ enableGitInfo = true
paginate = 32
rssLimit = 16
-# Highlighting config
-pygmentsCodeFences = true
-pygmentsUseClasses = false
-# Use the new Chroma Go highlighter in Hugo.
-pygmentsUseClassic = false
-#pygmentsOptions = "linenos=table"
-# See https://help.farbox.com/pygments.html
-pygmentsStyle = "tango"
+[markup]
+[markup.highlight]
+anchorLineNos = false
+codeFences = true
+guessSyntax = false
+hl_Lines = ''
+lineAnchors = ''
+lineNoStart = 1
+lineNos = false
+lineNumbersInTable = true
+noClasses = true
+style = 'solarized-dark'
+tabWidth = 2
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"