forked from okfde/codefor.de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
69 lines (57 loc) · 1.11 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
baseURL: https://codefor.de
languageCode: de-DE
title: Code for Germany
theme: codefor-theme
defaultContentLanguage: de
frontmatter:
date: [":filename", ":default"]
sectionPagesMenu: "main"
rssLimit: 10
enableRobotsTXT: true
taxonomies:
category: categories
tag: tags
permalinks:
labs: "/:filename"
mediaTypes:
application/nginx:
suffixes:
- nginx
outputFormats:
nginx:
baseName: redirects
isPlainText: true
mediaType: application/nginx
notAlternative: true
outputs:
home: ["html", "rss", "nginx"]
markup:
defaultMarkdownHandler: goldmark
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
parser:
attribute: true
autoHeadingID: true
renderer:
hardWraps: false
unsafe: true
xHTML: false
highlight:
codeFences: true
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: monokai
tabWidth: 4
tableOfContents:
endLevel: 6
startLevel: 2