Meta: Replace theme submodules with go module paths

This commit is contained in:
Eryn Wells 2024-08-07 08:24:37 -10:00
parent 48e3564a20
commit 5663fc5ac7

View file

@ -26,13 +26,8 @@ module:
extended: false
min: "0.116.0"
imports:
- path: base
- path: commandbar
mounts:
- source: assets/js
target: assets/js/commandbar
- source: layouts/partials
target: layouts/partials/commandbar
- path: github.com/erynofwales/hugo-theme-termlite
- path: github.com/erynofwales/hugo-commandbar
permalinks:
page:
@ -44,4 +39,4 @@ permalinks:
theme:
- commandbar
- base
- termlite