From b2ea7d970883a45bebfd8a1c054c2845ce4ba201 Mon Sep 17 00:00:00 2001 From: Michael Romero Date: Mon, 8 Jan 2018 20:26:15 -0800 Subject: [PATCH] Update syntax highlighting in example site config.toml --- exampleSite/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2447dbd..9af1643 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,8 +4,11 @@ DefaultContentLanguage = "en" title = "Beautiful Hugo" theme = "beautifulhugo" metaDataFormat = "yaml" +pygmentsStyle = "trac" pygmentsUseClasses = true -pygmentCodeFences = true +pygmentsCodeFences = true +pygmentsCodefencesGuessSyntax = true +pygmentOptions = "linenos=table" #disqusShortname = "XXX" #googleAnalytics = "XXX"