From 9c3e7edcf3fdee673e6a372d09b1299bd82bb3c8 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 7 Aug 2024 08:04:30 -1000 Subject: [PATCH] Meta: Clean up the YAML and go.mod files Update URLs to point to Github. --- go.mod | 3 ++- hugo.yaml | 3 +-- theme.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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