From 1e52a50fb614bf81dba019803fd1acfdc3334de6 Mon Sep 17 00:00:00 2001
From: Ray <rwstorer@hotmail.com>
Date: Fri, 16 Jun 2023 14:23:48 +0000
Subject: [PATCH] Update exampleSite config.toml

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

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9d8f9d6..9ff3f86 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,11 +3,12 @@
 enableRobotsTXT = true
 # 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"] # edit this if you'ld rather use a fork of this repo
+# theme = ["github.com/onweru/compose"] # edit this if you'ld rather use a fork of this repo
+theme = ["github.com/rwstorer/hugo-theme-compose"] # change back to onweru after import
 # theme = "compose"
 enableGitInfo = true
 
 # disableKinds = ["taxonomy", "taxonomyTerm"]
 
 [outputs]
-  home = ["HTML", "RSS","JSON"]
\ No newline at end of file
+  home = ["HTML", "RSS","JSON"]

--
Gitblit v1.10.0