Meta: Clean up the YAML and go.mod files
Update URLs to point to Github.
This commit is contained in:
parent
66dd1f6a8a
commit
9c3e7edcf3
3 changed files with 4 additions and 4 deletions
3
go.mod
3
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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
baseURL: "https://git.erynwells.org/hugo/hugo-module-commandbar"
|
||||
|
||||
baseURL: "https://github.com/erynofwales/hugo-commandbar"
|
||||
module:
|
||||
hugoVersion:
|
||||
extended: false
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue