From ce89d8f418b4bf525c61ccbb90614c069cf3547e Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 6 Jul 2024 10:23:33 -0700 Subject: [PATCH] hugo.yaml: Move theme section to the bottom --- hugo.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index d5c2850..9ce13fc 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -2,9 +2,6 @@ baseURL: "https://nutmeg.erynwells.me/sandbox" languageCode: en-us title: Eryn Wells -theme: - - blog - - base module: hugoVersion: @@ -12,3 +9,7 @@ module: min: "0.116.0" imports: - path: base + +theme: + - blog + - base