hugo.yaml: Move theme section to the bottom
This commit is contained in:
parent
20da003dc1
commit
ce89d8f418
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,6 @@ baseURL: "https://nutmeg.erynwells.me/sandbox"
|
||||||
languageCode: en-us
|
languageCode: en-us
|
||||||
title: Eryn Wells
|
title: Eryn Wells
|
||||||
|
|
||||||
theme:
|
|
||||||
- blog
|
|
||||||
- base
|
|
||||||
|
|
||||||
module:
|
module:
|
||||||
hugoVersion:
|
hugoVersion:
|
||||||
|
@ -12,3 +9,7 @@ module:
|
||||||
min: "0.116.0"
|
min: "0.116.0"
|
||||||
imports:
|
imports:
|
||||||
- path: base
|
- path: base
|
||||||
|
|
||||||
|
theme:
|
||||||
|
- blog
|
||||||
|
- base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue