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