-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
53 lines (48 loc) · 936 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
42
43
44
45
46
47
48
49
50
51
52
53
baseURL: https://seds.nl/
languageCode: en-us
title: Ben Mezger
theme: book
enableRobotsTXT: true
disqusShortname: benmezger
googleAnalytics: G-7VNN5HP47Z
enableGitInfo: 1
enableEmoji: true
# Needed for mermaid/katex shortcodes
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
languages:
en:
languageName: English
contentDir: content
weight: 1
# pt:
# languageName: Portuguese
# contentDir: content.pt
# weight: 1
params:
BookServiceWorker: true
BookToC: true
BookSearch: true
BookRepo: https://github.com/benmezger/blog
BookEditPath: edit/main
BookTheme: "dark"
CommentTheme: "github-dark"
menu:
before:
- name: Notes
url: /notes
weight: 1
- name: Contact
url: /contact
weight: 2
after:
- name: RSS
url: /index.xml
weight: 3
- name: All my links
url: https://links.seds.nl
weight: 4