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"