about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2014-06-07 19:59:13 +0100
committerAlan Pearce2014-06-07 19:59:13 +0100
commit36dd5b755a4a969d41bdff47e3e8de8d26fb8b0f (patch)
tree1c4d68a35aa0f0f16dfb3bf6742b385996b23e35 /config.toml
parentff16e96ea600db1437847f4d3fa6c5e53ce627eb (diff)
downloadwebsite-36dd5b755a4a969d41bdff47e3e8de8d26fb8b0f.tar.xz
website-36dd5b755a4a969d41bdff47e3e8de8d26fb8b0f.zip
Configure syntax highlighting with solarized CSS
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml1
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 = "/"
2languageCode = "en-gb" 2languageCode = "en-gb"
3title = "Alan Pearce" 3title = "Alan Pearce"
4theme = "hyde" 4theme = "hyde"
5pygmentsuseclasses = true
5 6
6[Params] 7[Params]
7Description = "…now has a website" 8Description = "…now has a website"