23 lines
425 B
YAML
23 lines
425 B
YAML
baseURL: 'https://www.gallowelding.com'
|
|
title: Movement Infrastructure Research
|
|
theme: mir
|
|
|
|
menus:
|
|
main:
|
|
- identifier: about
|
|
name: About us
|
|
url: /about/
|
|
weight: 1
|
|
- identifier: projects
|
|
name: Projects
|
|
url: /projects/
|
|
weight: 2
|
|
- identifier: contact
|
|
name: Contact
|
|
url: /contact/
|
|
weight: 3
|
|
|
|
disableKinds:
|
|
- taxonomy
|
|
ignoreErrors:
|
|
- error-disable-taxonomy
|