47 lines
829 B
YAML
47 lines
829 B
YAML
baseURL: "https://nutmeg.erynwells.me/sandbox"
|
|
languageCode: en-us
|
|
title: ~eryn
|
|
|
|
markup:
|
|
goldmark:
|
|
parser:
|
|
attribute:
|
|
block: true
|
|
title: true
|
|
wrapStandAloneImageWithinParagraph: false
|
|
highlight:
|
|
noClasses: false
|
|
|
|
menus:
|
|
main:
|
|
- name: Blog
|
|
pageRef: "/blog"
|
|
weight: 20
|
|
- name: Tests
|
|
pageRef: "/tests"
|
|
weight: 30
|
|
|
|
module:
|
|
hugoVersion:
|
|
extended: false
|
|
min: "0.116.0"
|
|
imports:
|
|
- path: base
|
|
- path: commandbar
|
|
mounts:
|
|
- source: assets/js
|
|
target: assets/js/commandbar
|
|
- source: layouts/partials
|
|
target: layouts/partials/commandbar
|
|
|
|
permalinks:
|
|
page:
|
|
blog: "/blog/:year/:month/:slug/"
|
|
tests: "/tests/:slug/"
|
|
section:
|
|
blog: "/blog/"
|
|
tests: "/tests/"
|
|
|
|
theme:
|
|
- commandbar
|
|
- base
|