From 254612d30de6e7d3c795a1f34233a87badb6817c Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Fri, 22 May 2020 00:10:49 +0100 Subject: [PATCH] Changing theme Changing to new chunky-theme --- blog/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/config.toml b/blog/config.toml index 2102185..94786a6 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -1,6 +1,6 @@ baseURL = "http://127.0.0.1:6060" title = "panaetius.io" -theme = "hugo-theme-chunky-poster" +theme = "chunky-theme" paginate = 2 languageCode = "en" DefaultContentLanguage = "en"