From 1b3fc5a72fb8db4c982288cbe89aaea8e6bef4d7 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 9 Jan 2025 08:47:53 -0500 Subject: [PATCH] Userguide config cleanup, drop pygments config (#2166) --- userguide/hugo.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/userguide/hugo.yaml b/userguide/hugo.yaml index d23b3b9c74..b4040fdfa6 100644 --- a/userguide/hugo.yaml +++ b/userguide/hugo.yaml @@ -4,18 +4,13 @@ enableRobotsTXT: true enableGitInfo: true theme: [docsy] -pygmentsCodeFences: true -pygmentsUseClasses: false -pygmentsUseClassic: false -pygmentsStyle: tango - outputs: home: [HTML] page: [HTML] section: [HTML, RSS, print] imaging: - resampleFilter: CatmullRom + resampleFilter: CatmullRom # cSpell:disable-line quality: 75 anchor: smart @@ -60,7 +55,7 @@ params: time_format_blog: Monday, January 02, 2006 time_format_default: January 2, 2006 rss_sections: [blog] # TODO: drop since this is the default - gcs_engine_id: 011217106833237091527:la2vtv2emlw + gcs_engine_id: 011217106833237091527:la2vtv2emlw # cSpell:disable-line offlineSearch: false offlineSearchSummaryLength: 70 offlineSearchMaxResults: 10 @@ -140,3 +135,5 @@ module: target: content/project/changelog.md - source: ../CONTRIBUTING.md target: content/project/contributing.md + +# cSpell:ignore docsy github goldmark markmap plantuml readingtime userguide