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 +-- exampleSite/go.mod | 4 +--- exampleSite/go.sum | 2 ++ 3 files changed, 4 insertions(+), 5 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 diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 2ec6d17..e395a91 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,6 +2,4 @@ go 1.15 -require ( - -) +require github.com/onweru/compose v0.0.0-20230530114506-a2ddf2b32939 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 71e457b..7d77a62 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -60,3 +60,5 @@ github.com/rwstorer/hugo-theme-compose v0.0.0-20230611041900-16c2ce96ef5a/go.mod h1:7TS3BoBV/IcLPRT2r7LyTyOqzsS5P5sXKlNpGgxdK/s= github.com/rwstorer/hugo-theme-compose v0.0.0-20230611042716-1ae2e3d6a2af h1:XV6rJpiYMEox+r63cdP9ShXR9E2jshhiij1Ftu7I6VI= github.com/rwstorer/hugo-theme-compose v0.0.0-20230611042716-1ae2e3d6a2af/go.mod h1:7TS3BoBV/IcLPRT2r7LyTyOqzsS5P5sXKlNpGgxdK/s= +github.com/rwstorer/hugo-theme-compose v0.0.0-20230611043851-fa22efc00a50 h1:aAO6ExmIP513PY1Eny9ROAHMsKy2mcgH2j4Sd+gyJNU= +github.com/rwstorer/hugo-theme-compose v0.0.0-20230611043851-fa22efc00a50/go.mod h1:7TS3BoBV/IcLPRT2r7LyTyOqzsS5P5sXKlNpGgxdK/s= -- Gitblit v1.10.0