From e7b08b1dfe3f2a2596deb6e2a72bb79805d3708f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 3 Jul 2017 21:39:43 +0200 Subject: feat: Add code block highlighting Theme is configurable --- config/default.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/default.toml b/config/default.toml index 3b6ceb6..bb07508 100644 --- a/config/default.toml +++ b/config/default.toml @@ -18,3 +18,5 @@ folder = "./posts" tag = "tags" category = "categories" +[posts.code] +theme = "default" \ No newline at end of file -- cgit 1.4.1