Omphaloskepsis-2/config/_default/config.yaml

70 lines
1.2 KiB
YAML
Raw Normal View History

2025-01-05 16:26:20 +00:00
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"