From 92bd9a5d07dcfa5b23cd36ebe2a48e0600113426 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 28 Jul 2024 09:00:43 -0700 Subject: [PATCH] Meta: Add the commandbar theme --- hugo.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index e95940d..5da4f96 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -37,6 +37,12 @@ module: target: layouts/shortcodes - source: layouts/partials target: layouts/partials + - path: commandbar + mounts: + - source: assets/js + target: assets/js/commandbar + - source: layouts/partials + target: layouts/partials/commandbar permalinks: page: @@ -47,5 +53,6 @@ permalinks: tests: "/tests/" theme: + - commandbar - blog - base