hugo.yaml: Move theme section to the bottom

This commit is contained in:
Eryn Wells 2024-07-06 10:23:33 -07:00
parent 20da003dc1
commit ce89d8f418

View file

@ -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