Meta: Replace theme submodules with go module paths
This commit is contained in:
parent
48e3564a20
commit
5663fc5ac7
1 changed files with 3 additions and 8 deletions
11
hugo.yaml
11
hugo.yaml
|
@ -26,13 +26,8 @@ module:
|
||||||
extended: false
|
extended: false
|
||||||
min: "0.116.0"
|
min: "0.116.0"
|
||||||
imports:
|
imports:
|
||||||
- path: base
|
- path: github.com/erynofwales/hugo-theme-termlite
|
||||||
- path: commandbar
|
- path: github.com/erynofwales/hugo-commandbar
|
||||||
mounts:
|
|
||||||
- source: assets/js
|
|
||||||
target: assets/js/commandbar
|
|
||||||
- source: layouts/partials
|
|
||||||
target: layouts/partials/commandbar
|
|
||||||
|
|
||||||
permalinks:
|
permalinks:
|
||||||
page:
|
page:
|
||||||
|
@ -44,4 +39,4 @@ permalinks:
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
- commandbar
|
- commandbar
|
||||||
- base
|
- termlite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue