diff --git a/README.md b/README.md index 18789e9..2aa5da7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Hugo Modules -Some [modules for Hugo](https://gohugo.io/hugo-modules/) that I created mainly for [my website](https://gitlab.com/toby3d/toby3d.gitlab.io). + +Some [modules for Hugo](https://gohugo.io/hugo-modules/) that I created mainly +for [my website](https://source.toby3d.me/toby3d/website). diff --git a/cloudflare/go.mod b/cloudflare/go.mod index 7001014..07803ec 100644 --- a/cloudflare/go.mod +++ b/cloudflare/go.mod @@ -1,3 +1,3 @@ -module gitlab.com/toby3d/hugo/cloudflare +module source.toby3d.me/toby3d/hugo/cloudflare go 1.15 diff --git a/functions/go.mod b/functions/go.mod index 1a9a635..4fe9bce 100644 --- a/functions/go.mod +++ b/functions/go.mod @@ -1,3 +1,3 @@ -module gitlab.com/toby3d/hugo/functions +module source.toby3d.me/toby3d/hugo/functions go 1.16 diff --git a/go.mod b/go.mod index 4aff6f5..8c5e9bc 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module gitlab.com/toby3d/hugo +module source.toby3d.me/toby3d/hugo go 1.16 diff --git a/webmonetization/go.mod b/webmonetization/go.mod index 053e6f4..d0941a0 100644 --- a/webmonetization/go.mod +++ b/webmonetization/go.mod @@ -1,3 +1,3 @@ -module gitlab.com/toby3d/hugo/webmonetization +module source.toby3d.me/toby3d/hugo/webmonetization go 1.15