Specify to use Python Pygments instead of Go Chroma -- hugo 0.28+

master
Kaushal Modi 9 years ago
parent 802e80761c
commit 4f4c1b868e
  1. 3
      doc/config.toml

@ -32,6 +32,9 @@ pygmentsCodeFences = true
# See https://gohugo.io/tools/syntax-highlighting/#pygments and
# https://github.com/richleland/pygments-css
pygmentsUseClasses = true
# hugo 0.28+ -- Switched to Go Chroma syntax highlighter by default.
# Below sets the syntax highlighter back to Python Pygments.
pygmentsUseClassic=true
# Fri Sep 22 15:50:42 EDT 2017 - kmodi
# Disabling Emoji otherwise the ":abc:" portion in `* foo :abc:def:`

Loading…
Cancel
Save