From 1174512e336a8bd17bef80a4fb968125dc34c93c Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 8 Apr 2022 05:29:50 -0400 Subject: generators/hugo/config: Use newer highlight options --- generators/hugo/config.yaml | 13 +++++++++---- 1 file 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: -- cgit v1.2.3