From db0338f9f60d5ad57e06ed1975d0b9fd38ad0419 Mon Sep 17 00:00:00 2001 From: aakankshabhende Date: Fri, 10 Jan 2025 13:09:58 +0530 Subject: [PATCH 1/2] Removed pygments from hugo config file Signed-off-by: aakankshabhende --- hugo.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hugo.toml b/hugo.toml index 0d1f00cf3507d..35a944b985772 100644 --- a/hugo.toml +++ b/hugo.toml @@ -22,15 +22,6 @@ ignoreFiles = [ "(?:^|/)OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$", "co timeout = "180s" -# 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 = "emacs" - # Enable Git variables like commit, lastmod enableGitInfo = true From 253865020a510bdfab19706515bbc4f5c22d82e6 Mon Sep 17 00:00:00 2001 From: aakankshabhende Date: Fri, 10 Jan 2025 14:34:26 +0530 Subject: [PATCH 2/2] Added disable line check Signed-off-by: aakankshabhende --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 35a944b985772..fb96c05c673ec 100644 --- a/hugo.toml +++ b/hugo.toml @@ -106,7 +106,7 @@ notAlternative = true # Image processing configuration. [imaging] -resampleFilter = "CatmullRom" +resampleFilter = "CatmullRom" # cSpell:disable-line quality = 75 anchor = "smart" @@ -156,7 +156,7 @@ k8s_search = true # The following search parameters are specific to Docsy's implementation. Kubernetes implementes its own search-related partials and scripts. # Google Custom Search Engine ID. Remove or comment out to disable search. -#gcs_engine_id = "011737558837375720776:fsdu1nryfng" +#gcs_engine_id = "011737558837375720776:fsdu1nryfng" # cSpell:disable-line # Enable Algolia DocSearch algolia_docsearch = false