about 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 Pearce2018-06-07 13:55:17 +0200
commit10dded485e1c2627575b2b9e21dfaabc31ee07f3 (patch)
treeb3f0369bae776cd556078225fc446c10165f8624 /config.toml
parent956bf3a40be61da586bd5178a3868ca037eebbe8 (diff)
downloadwebsite-10dded485e1c2627575b2b9e21dfaabc31ee07f3.tar.lz
website-10dded485e1c2627575b2b9e21dfaabc31ee07f3.tar.zst
website-10dded485e1c2627575b2b9e21dfaabc31ee07f3.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 7e1c071..43ab763 100644
--- a/config.toml
+++ b/config.toml
@@ -2,7 +2,8 @@ languageCode = "en-gb"
 baseurl = "https://www.alanpearce.uk"
 title = "Alan Pearce"
 theme = "hyde"
-pygmentsuseclasses = true
+pygmentsUseClasses = true
+pygmentsCodeFences = true
 copyright = "Licensed under a Creative Commons Attribution 4.0 International License."
 
 [Params]