diff options
author | Alan Pearce | 2014-06-07 19:59:13 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-07 19:59:13 +0100 |
commit | c8b65a2e2fe6a1b9c20c11e8d20d5b9209bb0060 (patch) | |
tree | fd82878d81b7b9404b3a91a658f321d9b009bba5 /config.toml | |
parent | 25bc8f96e6392e3487d84241116aba6a222ec889 (diff) | |
download | website-c8b65a2e2fe6a1b9c20c11e8d20d5b9209bb0060.tar.lz website-c8b65a2e2fe6a1b9c20c11e8d20d5b9209bb0060.tar.zst website-c8b65a2e2fe6a1b9c20c11e8d20d5b9209bb0060.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" |