From 09afc68b9180d27017b005a51ea67b401743dff9 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Tue, 06 Oct 2020 16:16:50 +0000
Subject: [PATCH] load theme as a hugo module

---
 exampleSite/config.toml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 047f535..710ee58 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,10 @@
 baseURL = "https://example.com/"
 title = "Compose Docs"
 enableRobotsTXT = true
-theme = "compose"
+# this example loads the theme as hugo module
+# comment out line below, and uncomment the line after it if you prefer to load the theme normally
+theme = ["github.com/onweru/compose"]
+# theme = "compose"
 enableGitInfo = true
 
 disableKinds = ["taxonomy", "taxonomyTerm"]

--
Gitblit v1.10.0