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

Cellebyte
05.59.2025 5f68163fbf61cf600e3c614fd9a2c9d0976e3e91
hotfix
4 files modified
10 ■■■■■ changed files
exampleSite/config/_default/params.toml 4 ●●●● patch | view | raw | blame | history
exampleSite/go.sum 2 ●●●●● patch | view | raw | blame | history
exampleSite/hugo.toml 2 ●●● patch | view | raw | blame | history
go.mod 2 ●●● patch | view | raw | blame | history
exampleSite/config/_default/params.toml
@@ -5,7 +5,7 @@
blogDir = "blog" # can be posts, blog e.t.c
repo = "https://github.com/onweru/compose"
repo = "https://github.com/cellebyte/compose"
time_format_blog = "Monday, January 02, 2006"
time_format_default = "January 2, 2006"
@@ -46,7 +46,7 @@
  name = "GitHub"
  iconLight = "images/GitHubMarkLight.svg"
  iconDark = "images/GitHubMarkDark.svg"
  url = "https://github.com/onweru/compose/"
  url = "https://github.com/cellebyte/compose/"
# optional
# attribution. Feel free to delete this
exampleSite/go.sum
@@ -30,3 +30,5 @@
github.com/onweru/compose v0.0.0-20240711165024-0ea6ac76134e/go.mod h1:2eSBLsKzvKf3r4/vHiKdakIBqDtWACDAqAD7tRdt00o=
github.com/onweru/compose v0.0.0-20250123191723-478f5b77f140 h1:/TtnPfRGcs/vxLf1nCrkQ1XE8qqKh4DTdE2kBxDx83U=
github.com/onweru/compose v0.0.0-20250123191723-478f5b77f140/go.mod h1:2eSBLsKzvKf3r4/vHiKdakIBqDtWACDAqAD7tRdt00o=
github.com/onweru/compose v0.0.0-20250123191918-095317e5c72c h1:7yWUB0saRkxfw5sSaQF9/sRegrcCZnwV3pFi2YI3RxU=
github.com/onweru/compose v0.0.0-20250123191918-095317e5c72c/go.mod h1:2eSBLsKzvKf3r4/vHiKdakIBqDtWACDAqAD7tRdt00o=
exampleSite/hugo.toml
@@ -4,7 +4,7 @@
# 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",
  "github.com/cellebyte/compose",
] # edit this if you'ld rather use a fork of this repo
# theme = "compose"
enableGitInfo = true
go.mod
@@ -1,3 +1,3 @@
module github.com/onweru/compose
module github.com/cellebyte/compose
go 1.20