Skip to content

Commit f79cb93

Browse files
authored
Merge pull request #49385 from aakankshabhende/49371
fix: removed pygments from hugo config file
2 parents da53ba8 + 2538650 commit f79cb93

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

hugo.toml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ ignoreFiles = [ "(?:^|/)OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$", "co
2222

2323
timeout = "180s"
2424

25-
# Highlighting config.
26-
pygmentsCodeFences = true
27-
pygmentsUseClasses = false
28-
# Use the new Chroma Go highlighter in Hugo.
29-
pygmentsUseClassic = false
30-
#pygmentsOptions = "linenos=table"
31-
# See https://help.farbox.com/pygments.html
32-
pygmentsStyle = "emacs"
33-
3425
# Enable Git variables like commit, lastmod
3526
enableGitInfo = true
3627

@@ -115,7 +106,7 @@ notAlternative = true
115106

116107
# Image processing configuration.
117108
[imaging]
118-
resampleFilter = "CatmullRom"
109+
resampleFilter = "CatmullRom" # cSpell:disable-line
119110
quality = 75
120111
anchor = "smart"
121112

@@ -165,7 +156,7 @@ k8s_search = true
165156
# The following search parameters are specific to Docsy's implementation. Kubernetes implementes its own search-related partials and scripts.
166157

167158
# Google Custom Search Engine ID. Remove or comment out to disable search.
168-
#gcs_engine_id = "011737558837375720776:fsdu1nryfng"
159+
#gcs_engine_id = "011737558837375720776:fsdu1nryfng" # cSpell:disable-line
169160

170161
# Enable Algolia DocSearch
171162
algolia_docsearch = false

0 commit comments

Comments
 (0)