Removed pygments from hugo config file

Signed-off-by: aakankshabhende <aakanksha0407@gmail.com>
pull/49385/head
aakankshabhende 2025-01-10 13:09:58 +05:30
parent 1a1168e9bf
commit db0338f9f6
1 changed files with 0 additions and 9 deletions

View File

@ -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