aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-04-08 05:29:50 -0400
committerThedro Neely <thedroneely@gmail.com>2022-04-08 05:29:50 -0400
commit1174512e336a8bd17bef80a4fb968125dc34c93c (patch)
tree0b6543de3d5eb2fbcb2d68b27825f81366d45884
parent3790ece6f8040a905bb8472c2ee69a75bf5fde33 (diff)
downloadthedroneely.com-1174512e336a8bd17bef80a4fb968125dc34c93c.tar.gz
thedroneely.com-1174512e336a8bd17bef80a4fb968125dc34c93c.tar.bz2
thedroneely.com-1174512e336a8bd17bef80a4fb968125dc34c93c.zip
generators/hugo/config: Use newer highlight options
-rw-r--r--generators/hugo/config.yaml13
1 files changed, 9 insertions, 4 deletions
diff --git a/generators/hugo/config.yaml b/generators/hugo/config.yaml
index 45b175c..2019a11 100644
--- a/generators/hugo/config.yaml
+++ b/generators/hugo/config.yaml
@@ -15,10 +15,15 @@ author:
paginate: 3
summaryLength: 20
-pygmentsUseClassic: false
-pygmentsCodeFences: true
-pygmentsUseClasses: true
-pygmentsCodeFencesGuessSyntax: true
+markup:
+ highlight:
+ anchorLineNos: true
+ codeFences: true
+ guessSyntax: true
+ lineNos: false
+ lineNumbersInTable: false
+ noClasses: false
+ noHl: false
outputFormats:
rss: