Removed pygments from hugo config file
Signed-off-by: aakankshabhende <aakanksha0407@gmail.com>pull/49385/head
parent
1a1168e9bf
commit
db0338f9f6
|
@ -22,15 +22,6 @@ ignoreFiles = [ "(?:^|/)OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$", "co
|
||||||
|
|
||||||
timeout = "180s"
|
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
|
# Enable Git variables like commit, lastmod
|
||||||
enableGitInfo = true
|
enableGitInfo = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue