From 120f761f591a36a065c4d2ee7cc2c16be10fbeef Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Tue, 12 Feb 2019 00:44:37 -0500 Subject: [PATCH] Re-added Hugo's pygments codeblocks and higlighting --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index c62771d..0b7f61d 100644 --- a/config.toml +++ b/config.toml @@ -6,6 +6,12 @@ preserveTaxonomyNames = true theme = "even" 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 googleAnalytics = "" # UA-XXXXXXXX-X copyright = "" # default: author.name