Re-added Hugo's pygments codeblocks and higlighting
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user