Test out trac as highlighter style

See #425
This commit is contained in:
Bjørn Erik Pedersen 2018-03-19 09:17:13 +01:00
parent 98dc8d269b
commit edfe36a197
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F

View File

@ -16,18 +16,18 @@ pluralizeListTitles = false
# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below). # We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
disableAliases = true disableAliases = true
# Highlighting config (Pygments) # Highlighting config (Pygments)
# It is (currently) not in use, but you can do ```go in a content file if you want to. # It is (currently) not in use, but you can do ```go in a content file if you want to.
pygmentsCodeFences = true pygmentsCodeFences = true
pygmentsOptions = "" pygmentsOptions = ""
# Use the Chroma stylesheet # Use the Chroma stylesheet
pygmentsUseClasses = true # TODO(bep) build new CSS when we have picked a new style.
pygmentsUseClasses = false
pygmentsUseClassic = false pygmentsUseClassic = false
# See https://help.farbox.com/pygments.html # See https://help.farbox.com/pygments.html
pygmentsStyle = "friendly" pygmentsStyle = "trac"
[outputs] [outputs]
home = [ "HTML", "RSS", "REDIR", "HEADERS" ] home = [ "HTML", "RSS", "REDIR", "HEADERS" ]