summaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-07-21 11:00:08 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-07-21 11:00:08 +0200
commitf387cb1b38fe8b09e4cbca9816caaa840de55c5b (patch)
tree55788e9ac44fc6833a35732a1a273f26a0d2811a /docs/config.toml
parent40566ec98e23b93f538a50bc51f5c46d8e5056bc (diff)
parent2c0d1ccdcd95de0bddeb39dca2e4d08f0d8056d7 (diff)
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/config.toml b/docs/config.toml
index aafb6aa00..08c72176f 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -16,8 +16,17 @@ pluralizeListTitles = false
# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
disableAliases = true
+
+# Highlighting config (Pygments)
+# It is (currently) not in use, but you can do ```go in a content file if you want to.
+pygmentsCodeFences = true
+
+# See https://help.farbox.com/pygments.html
+pygmentsStyle = "friendly"
+
[outputs]
home = [ "HTML", "RSS", "REDIR" ]
+section = [ "HTML", "RSS"]
[mediaTypes]
[mediaTypes."text/netlify"]