Merge commit '61c27b58b353c73772aae572c7d822fdfdf7791b'

This commit is contained in:
Bjørn Erik Pedersen
2017-09-25 09:02:42 +02:00
39 changed files with 511 additions and 339 deletions

View File

@@ -21,6 +21,11 @@ disableAliases = true
# It is (currently) not in use, but you can do ```go in a content file if you want to.
pygmentsCodeFences = true
pygmentsOptions = ""
# Use the Chroma stylesheet
pygmentsUseClasses = true
pygmentsUseClassic = false
# See https://help.farbox.com/pygments.html
pygmentsStyle = "friendly"