Meta: Move all theme dependencies to module imports
This commit is contained in:
parent
8125f9035c
commit
f97e815e06
3 changed files with 18 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue