Update syntax highlighting in example site config.toml
This commit is contained in:
parent
46ffcfbce1
commit
b2ea7d9708
1 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue