From cbc44c1fa4c95fa0c1e0d74e50b54a813f757def Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 10 Apr 2021 11:04:45 +0100 Subject: [PATCH] use pygments for code fencing --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index f7ccfc5..092a854 100644 --- a/config.toml +++ b/config.toml @@ -16,8 +16,8 @@ paginate = 10 [params] subtitle = "A Journal" brand = "\"\"/
Ipse Solus
" - highlightjs = "tango" - highlightjs_extra_languages = [] + #highlightjs = "tango" + #highlightjs_extra_languages = [] custom_js = ["js/math-code.js"] dateFormat = "02 Jan 2006, 15:04"