diff --git a/go.mod b/go.mod index 89b76d0..aa2cac4 100644 --- a/go.mod +++ b/go.mod @@ -1,2 +1,3 @@ -module nutmeg.erynwells.me/~eryn/git/hugo/hugo-module-command-bar/v2 +module github.com/erynofwales/hugo-commandbar/v2 + go 1.22.4 diff --git a/hugo.yaml b/hugo.yaml index c5257d9..adfa393 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,5 +1,4 @@ -baseURL: "https://git.erynwells.org/hugo/hugo-module-commandbar" - +baseURL: "https://github.com/erynofwales/hugo-commandbar" module: hugoVersion: extended: false diff --git a/theme.yaml b/theme.yaml index dc2b34c..280efcb 100644 --- a/theme.yaml +++ b/theme.yaml @@ -1,6 +1,6 @@ name: Command Bar description: A vim-style command bar for your website -homepage: https://erynwells.me +homepage: "https://erynwells.me" author: name: Eryn Wells