70 lines
1.2 KiB
YAML
70 lines
1.2 KiB
YAML
|
module:
|
||
|
hugoVersion:
|
||
|
extended: true
|
||
|
min: "0.140.0"
|
||
|
max: "0.140.2"
|
||
|
|
||
|
baseURL: 'https://example.com/'
|
||
|
languageCode: en-gb
|
||
|
title: Omphaloskepsis 2
|
||
|
|
||
|
capitalizeListTitles: false
|
||
|
copyright: CC0
|
||
|
enableRobotsTXT: true
|
||
|
|
||
|
params:
|
||
|
author:
|
||
|
name: John Smith
|
||
|
email: admin@example.com
|
||
|
description:
|
||
|
reportIssueURL: '/Rumperuu/Omphaloskepsis-2/issues'
|
||
|
codeURL: 'https://code.bengoldsworthy.net'
|
||
|
feedIcon: /images/feed-icon.svg
|
||
|
keyFile:
|
||
|
mainSections:
|
||
|
- blog
|
||
|
- portfolio
|
||
|
- cv
|
||
|
pre_nominals:
|
||
|
post_nominals:
|
||
|
redact: skip
|
||
|
|
||
|
permalinks:
|
||
|
cv: /:sections/:slug
|
||
|
portfolio: /:sections/:slug
|
||
|
blog: /:sections/:slug
|
||
|
organisations: /cv/organisation/:slug
|
||
|
|
||
|
taxonomies:
|
||
|
category: categories
|
||
|
tag: tags
|
||
|
series: series
|
||
|
organisation: organisations
|
||
|
location: locations
|
||
|
soc: socs
|
||
|
# colleague: colleagues
|
||
|
skill: skills
|
||
|
area: areas
|
||
|
|
||
|
markup:
|
||
|
tableOfContents:
|
||
|
endLevel: 3
|
||
|
goldmark:
|
||
|
renderer:
|
||
|
unsafe: true
|
||
|
extensions:
|
||
|
passthrough:
|
||
|
delimiters:
|
||
|
block:
|
||
|
- - \[
|
||
|
- \]
|
||
|
- - $$
|
||
|
- $$
|
||
|
inline:
|
||
|
- - \(
|
||
|
- \)
|
||
|
enable: true
|
||
|
|
||
|
ignoreErrors:
|
||
|
- "missing-cite"
|