-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
54 lines (45 loc) · 986 Bytes
/
config.yaml
File metadata and controls
54 lines (45 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
baseURL: 'https://www.thomas-huehn.com/'
author: Thomas Hühn
languageCode: 'en'
title: 'Discoveries'
theme: 'hugo-theme-th'
titleCaseStyle: none
assetDir: 'assets'
dataDir: 'data'
disableHugoGeneratorInject: true
disableKinds:
- "section"
- "robotsTXT"
- "404"
permalinks:
post: '/:contentbasename/'
page: '/:contentbasename/'
outputFormats:
RSS:
mediatype: "application/rss"
baseName: "feed"
taxonomies:
tag: tags
category: categories
outputs:
home: ["HTML", "RSS"]
page: ["HTML"]
section: ["HTML"]
taxonomy: ["HTML"]
term: ["HTML"]
markup:
goldmark:
renderer:
unsafe: true
parser:
wrapStandAloneImageWithinParagraph: false
highlight:
style: bw
noClasses: false
params:
description: "Personal web site of Thomas Hühn"
links:
- title: "Home"
url: "/"
- title: "German blog"
url: "//thomas-huehn.de"