From 067ea47ed60af4774e61478cf5b83deb04396ffb Mon Sep 17 00:00:00 2001 From: Ray <rwstorer@hotmail.com> Date: Sun, 11 Jun 2023 04:50:12 +0000 Subject: [PATCH] config.toml and go.mod --- exampleSite/config.toml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a711661..9d8f9d6 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,8 +3,7 @@ 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/rwstorer/hugo-theme-compose"] # my fork. +theme = ["github.com/onweru/compose"] # edit this if you'ld rather use a fork of this repo # theme = "compose" enableGitInfo = true -- Gitblit v1.10.0