Meta: Move all theme dependencies to module imports

This commit is contained in:
Eryn Wells 2024-08-07 08:41:32 -10:00
parent 8125f9035c
commit f97e815e06
3 changed files with 18 additions and 6 deletions

View file

@ -26,8 +26,8 @@ module:
extended: false
min: "0.116.0"
imports:
- path: github.com/erynofwales/hugo-theme-termlite
- path: github.com/erynofwales/hugo-commandbar
- path: github.com/erynofwales/hugo-theme-termlite/v2
- path: github.com/erynofwales/hugo-commandbar/v2
permalinks:
page:
@ -36,7 +36,3 @@ permalinks:
section:
blog: "/blog/"
tests: "/tests/"
theme:
- commandbar
- termlite