config.toml and go.mod
changed the config.toml and go.mod back to the original.
| | |
| | | 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 |
| | | |
| | |
| | | |
| | | go 1.15 |
| | | |
| | | require ( |
| | | |
| | | ) |
| | | require github.com/onweru/compose v0.0.0-20230530114506-a2ddf2b32939 // indirect |
| | |
| | | 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= |