From 5f68163fbf61cf600e3c614fd9a2c9d0976e3e91 Mon Sep 17 00:00:00 2001 From: Cellebyte <marcel.fest@live.de> Date: Thu, 08 May 2025 15:25:40 +0000 Subject: [PATCH] hotfix --- go.mod | 2 +- exampleSite/hugo.toml | 2 +- exampleSite/go.sum | 2 ++ exampleSite/config/_default/params.toml | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index df27a32..8f2c68d 100644 --- a/exampleSite/config/_default/params.toml +++ b/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 diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 7ae785a..7fbce7e 100644 --- a/exampleSite/go.sum +++ b/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= diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 4f1cc7e..a1a657c 100644 --- a/exampleSite/hugo.toml +++ b/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 diff --git a/go.mod b/go.mod index e90b620..fc08623 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/onweru/compose +module github.com/cellebyte/compose go 1.20 -- Gitblit v1.10.0