From edfe36a197ae472cca1907879d2ec1df205140ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 19 Mar 2018 09:17:13 +0100 Subject: [PATCH] Test out trac as highlighter style See #425 --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 819880e4d..c81890ecf 100644 --- a/config.toml +++ b/config.toml @@ -16,18 +16,18 @@ 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 pygmentsOptions = "" # Use the Chroma stylesheet -pygmentsUseClasses = true +# TODO(bep) build new CSS when we have picked a new style. +pygmentsUseClasses = false pygmentsUseClassic = false # See https://help.farbox.com/pygments.html -pygmentsStyle = "friendly" +pygmentsStyle = "trac" [outputs] home = [ "HTML", "RSS", "REDIR", "HEADERS" ]