From 5663fc5ac7510fc8a5f62ec83d13a0de4fc99fad Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 7 Aug 2024 08:24:37 -1000 Subject: [PATCH] Meta: Replace theme submodules with go module paths --- hugo.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 4b31f91..a8ff2f6 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -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