-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
52 lines (44 loc) · 995 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
baseURL: "/"
title: "mjindra.eu"
theme: "PaperMod"
paginate: 4
buildDrafts: false
buildExpired: false
enableRobotsTXT: true
languageCode: "en"
relativeURLs: false
enableEmoji: true
defaultContentLanguage: de
markup:
goldmark:
renderer:
unsafe: true
outputs:
home:
- HTML
- RSS
- JSON
params:
env: production
# settings
DateFormat: ":date_long"
defaultTheme: auto
disableThemeToggle: true
ShowShareButtons: false
ShowReadingTime: true
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowToc: false
comments: false
ShowCodeCopyButtons: true
ShowAllPagesInArchive: true
profileMode:
enabled: true
title: "Site is under maintenance"
imageWidth: 120 # custom size
imageHeight: 120 # custom size
assets:
favicon16x16: favicon/logo_mjindra.eu_16x16.png
favicon32x32: favicon/logo_mjindra.eu_32x32.png
favicon: favicon/logo_mjindra.eu_64x64.png
apple_touch_icon: favicon/logo_mjindra.eu_apple-touch-icon.png