diff options
author | Alan Pearce | 2014-06-07 19:59:13 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-07 19:59:13 +0100 |
commit | 36dd5b755a4a969d41bdff47e3e8de8d26fb8b0f (patch) | |
tree | 1c4d68a35aa0f0f16dfb3bf6742b385996b23e35 /config.toml | |
parent | ff16e96ea600db1437847f4d3fa6c5e53ce627eb (diff) | |
download | website-36dd5b755a4a969d41bdff47e3e8de8d26fb8b0f.tar.lz website-36dd5b755a4a969d41bdff47e3e8de8d26fb8b0f.tar.zst website-36dd5b755a4a969d41bdff47e3e8de8d26fb8b0f.zip |
Configure syntax highlighting with solarized CSS
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index c8faf13..e295169 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseurl = "/" languageCode = "en-gb" title = "Alan Pearce" theme = "hyde" +pygmentsuseclasses = true [Params] Description = "…now has a website" |