Skip to content

Commit

Permalink
Merge pull request #49385 from aakankshabhende/49371
Browse files Browse the repository at this point in the history
fix: removed pygments from hugo config file
  • Loading branch information
k8s-ci-robot authored Jan 13, 2025
2 parents da53ba8 + 2538650 commit f79cb93
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -115,7 +106,7 @@ notAlternative = true

# Image processing configuration.
[imaging]
resampleFilter = "CatmullRom"
resampleFilter = "CatmullRom" # cSpell:disable-line
quality = 75
anchor = "smart"

Expand Down Expand Up @@ -165,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
Expand Down

0 comments on commit f79cb93

Please # to comment.