hugo-test-site/hugo.yaml

43 lines
923 B
YAML
Raw Normal View History

baseURL: "https://nutmeg.erynwells.me/sandbox"
2024-06-06 21:01:40 -07:00
languageCode: en-us
2024-07-23 09:15:13 -07:00
title: ~eryn
2024-06-06 21:01:40 -07:00
markup:
goldmark:
parser:
attribute:
block: true
title: true
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"
replacements: >-
github.com/erynofwales/hugo-theme-termlite/v2 -> termlite,
github.com/erynofwales/hugo-commandbar/v2 -> commandbar,
github.com/erynofwales/hugo-resource-builders/v2 -> resourceBuilders
2024-06-06 21:01:40 -07:00
imports:
- path: github.com/erynofwales/hugo-theme-termlite/v2
- path: github.com/erynofwales/hugo-commandbar/v2
permalinks:
page:
blog: "/blog/:year/:month/:slug/"
tests: "/tests/:slug/"
section:
blog: "/blog/"
tests: "/tests/"