-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
91 lines (90 loc) · 1.75 KB
/
config.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
baseURL: "https://dzx.cz/"
languageCode: "en-us"
title: "Matouš Dzivjak"
author:
name: "Matouš Dzivjak"
email: "[email protected]"
enableGitInfo: true
enableInlineShortcodes: true
copyright: "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
permalinks:
posts: /:year-:month-:day/:slug
books: /:year-:month-:day/:slug
atoms: /:year-:month-:day/:slug
photos: /photos/:slug
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
endLevel: 4
ordered: false
startLevel: 2
outputFormats:
rss:
baseName: rss
isHTML: false
isPlainText: false
mediaType: application/rss+xml
noUgly: true
permalinkable: false
rel: alternate
outputs:
home:
- html
- rss
section:
- html
- rss
menu:
main:
- identifier: home
name: Home
title: Home
url: /
weight: 1
- identifier: writing
name: Writing
title: Writing
url: /posts/
weight: 2
- identifier: reading
name: Reading
title: Reading
url: /books/
weight: 3
- identifier: atoms
name: Atoms
title: Atoms
url: /atoms/
weight: 4
- identifier: about
name: About
title: About
url: /about/
weight: 5
- identifier: gear
name: Uses
title: Uses
url: /uses/
weight: 6
- identifier: etc
name: Etc.
title: Etc.
url: /etc/
weight: 7
- identifier: photos
name: Photos
title: Photos
url: /photos/
weight: 8
- identifier: wiki
name: Wiki
url: https://wiki.dzx.cz
weight: 9
params:
description: "Personal website with articles, projects and other work of Matous Dzivjak"
mainSections: ["books", "posts"]
author:
name: "Matouš Dzivjak"
email: "[email protected]"