From 4217a2dd1b3b621898835f649e62cf736d5ac9d2 Mon Sep 17 00:00:00 2001 From: threearrowsec <41197932+threearrowsec@users.noreply.github.com> Date: Fri, 2 Nov 2018 23:35:50 +0300 Subject: [PATCH] Add theme field in config.toml --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e4c4d8c..ba58a04 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,6 +4,7 @@ author = "Steve Francia" copyright = "Copyright (c) 2008 - 2014, Steve Francia; all rights reserved." canonifyurls = true paginate = 3 +theme = "hugo-code-editor-theme" [params] author = "John Doe"