mirror of https://github.com/onweru/compose.git

Ray
11.50.2023 067ea47ed60af4774e61478cf5b83deb04396ffb
config.toml and go.mod

changed the config.toml and go.mod back to the original.
3 files modified
9 ■■■■■ changed files
exampleSite/config.toml 3 ●●●● patch | view | raw | blame | history
exampleSite/go.mod 4 ●●● patch | view | raw | blame | history
exampleSite/go.sum 2 ●●●●● patch | view | raw | blame | history
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
exampleSite/go.mod
@@ -2,6 +2,4 @@
go 1.15
require (
)
require github.com/onweru/compose v0.0.0-20230530114506-a2ddf2b32939 // indirect
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=