From 6dade312f8e1dab00951351ed1c4fa68f1140171 Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Mon, 20 Jul 2020 22:54:33 -0400 Subject: [PATCH] Make themesDir the root folder for quick usage --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0c1f278..af0b168 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,6 +4,7 @@ author = "Joe Hutchinson" canonifyurls = true paginate = 3 theme = "aether" +themesDir = "../../" [params] brand = "aether"