From db0338f9f60d5ad57e06ed1975d0b9fd38ad0419 Mon Sep 17 00:00:00 2001 From: aakankshabhende Date: Fri, 10 Jan 2025 13:09:58 +0530 Subject: [PATCH] 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 0d1f00cf35..35a944b985 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