diff options
author | Alan Pearce | 2018-06-07 13:55:17 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-07 13:55:17 +0200 |
commit | 10dded485e1c2627575b2b9e21dfaabc31ee07f3 (patch) | |
tree | b3f0369bae776cd556078225fc446c10165f8624 /config.toml | |
parent | 956bf3a40be61da586bd5178a3868ca037eebbe8 (diff) | |
download | website-10dded485e1c2627575b2b9e21dfaabc31ee07f3.tar.xz website-10dded485e1c2627575b2b9e21dfaabc31ee07f3.zip |
Use code fences instead of template tags for syntax highlighting
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
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" | |||
2 | baseurl = "https://www.alanpearce.uk" | 2 | baseurl = "https://www.alanpearce.uk" |
3 | title = "Alan Pearce" | 3 | title = "Alan Pearce" |
4 | theme = "hyde" | 4 | theme = "hyde" |
5 | pygmentsuseclasses = true | 5 | pygmentsUseClasses = true |
6 | pygmentsCodeFences = true | ||
6 | copyright = "Licensed under a Creative Commons Attribution 4.0 International License." | 7 | copyright = "Licensed under a Creative Commons Attribution 4.0 International License." |
7 | 8 | ||
8 | [Params] | 9 | [Params] |