Update syntax highlighting in example site config.toml

This commit is contained in:
Michael Romero 2018-01-08 20:26:15 -08:00
commit b2ea7d9708

View file

@ -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"