-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
152 lines (138 loc) · 3.41 KB
/
config.yml
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
baseURL: "https://about.ohai.social/"
title: about.ohai.social
paginate: 5
theme: PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
languages:
en:
contentDir: content/en
disabled: false
languageCode: en-US
languageDirection: ltr
languageName: English
weight: 1
de:
contentDir: content/de
disabled: false
languageCode: de-DE
languageDirection: ltr
languageName: Deutsch
weight: 2
ja:
contentDir: content/ja
disabled: false
languageCode: ja-JP
languageDirection: ltr
languageName: 日本語
weight: 3
module:
mounts:
- source: content/en
target: content
lang: en
- source: content/de
target: content
lang: de
- source: content/ja
target: content
lang: ja
- source: content/en
target: content
lang: de
- source: content/en
target: content
lang: ja
params:
env: production
title: about.ohai.social
author: ohai.social team
# author: ["Me", "You"] # multiple authors
DateFormat: "January 2, 2006"
defaultTheme: auto # dark, light
disableThemeToggle: true
displayFullLangName: true
ShowReadingTime: true
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: false
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
assets:
# disableHLJS: true # to disable highlight.js
# disableFingerprinting: true
favicon: "<link / abs url>"
favicon16x16: "<link / abs url>"
favicon32x32: "<link / abs url>"
apple_touch_icon: "<link / abs url>"
safari_pinned_tab: "<link / abs url>"
label:
text: "about.ohai.social"
icon: /apple-touch-icon.png
iconHeight: 35
# home-info mode
homeInfoParams:
Title: "Hello there \U0001F44B"
Content: Welcome to about.ohai.social. This page contains useful information and behind-the-scenes info about the ohai.social Mastodon instance, as well as the occasional blog post with the musings of the ohai.social team.
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: moderation
name: Moderation
url: /moderation/
weight: 10
- identifier: donations
name: Donations
url: /donations/
weight: 20
- identifier: contact
name: Contact
url: /contact/
weight: 30
- identifier: patreon
name: Patreon
url: https://patreon.com/ohaisocial
weight: 100
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
pygmentsUseClasses: true
markup:
highlight:
noClasses: false
# anchorLineNos: true
# codeFences: true
# guessSyntax: true
# lineNos: true
# style: monokai
markup:
goldmark:
renderer:
unsafe: true