From 0f1fb40e912e24c8c23e3cf0c92c198daf624cd4 Mon Sep 17 00:00:00 2001 From: Ray <rwstorer@hotmail.com> Date: Sun, 11 Jun 2023 00:16:48 +0000 Subject: [PATCH] update config.toml --- exampleSite/config.toml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9d8f9d6..f00c4c7 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,7 +3,8 @@ 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"] # my fork # theme = "compose" enableGitInfo = true -- Gitblit v1.10.0