-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
41 lines (33 loc) · 875 Bytes
/
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
---
type: "posts"
baseURL: https://atmoschem.github.io/
title: atmoschem
theme: hugo-geekdoc
pygmentsUseClasses: true
pygmentsCodeFences: true
timeout: 180000
pluralizeListTitles: false
type: "posts"
# Geekdoc configuration
disablePathToLower: true
enableGitInfo: true
# Needed for mermaid shortcodes
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
endLevel: 9
params:
mainSections: ["post"]
# geekdocMenuBundle: true
geekdocToC: 3
geekdocRepo: https://github.com/atmoschem/atmoschem.github.io
# geekdocEditPath: edit/main/exampleSite/content
geekdocSearch: true
geekdocSearchShowParent: true
#geekdocLegalNotice: https://thegeeklab.de/legal-notice/#contact-information
#geekdocPrivacyPolicy: https://thegeeklab.de/legal-notice/#privacy-policy
geekdocImageLazyLoading: true
geekdocDarkModeDim: true