hugo-test-site/hugo.yaml

31 lines
449 B
YAML
Raw Normal View History

baseURL: "https://nutmeg.erynwells.me/sandbox"
2024-06-06 21:01:40 -07:00
languageCode: en-us
title: Eryn Wells
2024-06-06 21:01:40 -07:00
markup:
goldmark:
parser:
wrapStandAloneImageWithinParagraph: false
highlight:
noClasses: false
2024-07-06 10:24:09 -07:00
menus:
main:
- name: Blog
pageRef: "/blog"
weight: 20
- name: Tests
pageRef: "/tests"
weight: 30
2024-06-06 21:01:40 -07:00
module:
hugoVersion:
extended: false
min: "0.116.0"
2024-06-06 21:01:40 -07:00
imports:
- path: base
theme:
- blog
- base