From 1f136f260320f39af9d2fad0239565230d7d5cf3 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 1 Aug 2024 08:58:41 -0700 Subject: [PATCH] Meta: add hugo.yaml and theme.yaml --- hugo.yaml | 6 ++++++ theme.yaml | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 hugo.yaml create mode 100644 theme.yaml diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..c5257d9 --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,6 @@ +baseURL: "https://git.erynwells.org/hugo/hugo-module-commandbar" + +module: + hugoVersion: + extended: false + min: "0.116.0" diff --git a/theme.yaml b/theme.yaml new file mode 100644 index 0000000..dc2b34c --- /dev/null +++ b/theme.yaml @@ -0,0 +1,7 @@ +name: Command Bar +description: A vim-style command bar for your website +homepage: https://erynwells.me + +author: + name: Eryn Wells + homepage: "https://erynwells.me"