From b9212252b137f7b5f19faff81e2b7c5d21c80edf Mon Sep 17 00:00:00 2001 From: James Patrick Date: Tue, 15 Oct 2019 21:36:39 -0400 Subject: [PATCH] Adding theme. I'm using a fork of Shawn O'Hare Hugo Tufte theme. https://github.com/jamesepatrick/darn-pretty --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index 10e6b1e..8917cb5 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,9 @@ baseURL = "https://blog.jpatric.io/" languageCode = "en-us" +theme = "darn-pretty" title = "Pilcrow" + +[params] + subtitle = "Its the ΒΆ icon" + copyrightHolder = "anyone who wants it" + showPoweredBy = true