Re-added Hugo's pygments codeblocks and higlighting

This commit is contained in:
Bastian de Byl
2019-02-12 00:44:37 -05:00
parent 723282641e
commit 120f761f59

View File

@@ -6,6 +6,12 @@ preserveTaxonomyNames = true
theme = "even" theme = "even"
title = "A random assortment of my personal projects." title = "A random assortment of my personal projects."
# https://gohugo.io/content-management/syntax-highlighting/
pygmentsOptions = "linenos=table"
pygmentsCodefences = true
pygmentsUseClasses = true
pygmentsCodefencesGuessSyntax = true
paginate = 5 paginate = 5
googleAnalytics = "" # UA-XXXXXXXX-X googleAnalytics = "" # UA-XXXXXXXX-X
copyright = "" # default: author.name copyright = "" # default: author.name