summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2018-06-07 13:55:17 +0200
committerAlan Pearce2025-03-16 00:11:22 +0100
commitf9567068c0871a2ca8aea3941cf33b386476a5d1 (patch)
treee02f7038bcd1fdb5e3a54e981577436923b022a3 /config.toml
parentf105fee2b4f3cb6995c06e344e1587de42869b64 (diff)
downloadwebsite-f9567068c0871a2ca8aea3941cf33b386476a5d1.tar.lz
website-f9567068c0871a2ca8aea3941cf33b386476a5d1.tar.zst
website-f9567068c0871a2ca8aea3941cf33b386476a5d1.zip
Use code fences instead of template tags for syntax highlighting
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 455e2e0..8af9cfa 100644
--- a/config.toml
+++ b/config.toml
@@ -2,7 +2,8 @@ baseurl = "/"
 languageCode = "en-gb"
 title = "Alan Pearce"
 theme = "hyde"
-pygmentsuseclasses = true
+pygmentsUseClasses = true
+pygmentsCodeFences = true
 copyright = "Licensed under a Creative Commons Attribution 4.0 International License."
 
 [Params]