-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
162 lines (152 loc) · 3.38 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
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
153
154
155
156
157
158
159
160
161
162
baseURL: 'https://michaelacheong.com/'
title: Mementos from Michaela
languageCode: en-au
paginate: 10
theme: hugo-PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
pygmentsUseClasses: true
googleAnalytics: UA-123-45
minify:
disableXML: true
minifyOutput: true
permalinks:
posts: '/:filename/'
booksofbible: '/:title/'
params:
env: production
title: Mementos from Michaela
description: A digital garden.
keywords:
- Digital Garden
- Blog
- Portfolio
- PaperMod
- Christian
author: Me
images:
- '<link or path of image for opengraph, twitter-cards>'
DateFormat: 'Jan 2, 2006'
defaultTheme: auto
disableThemeToggle: false
ShowReadingTime: false
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: false
ShowCodeCopyButtons: false
ShowWordCount: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: true
hideMeta: false
hideSearchMeta: true
hideSummary: false
showtoc: true
tocopen: false
fontheader: Avara_Bold
fontbody: EB Garamond
fontcode: Xanh Mono
label:
text: Home
icon: apple-touch-icon.png
iconHeight: 50
profileMode:
enabled: true
title: Mementos from Michaela
subtitle: 'I follow Jesus. Read [Welcome to my digital garden](/welcome/) first.'
imageUrl: img/meta/lol.jpg
imageWidth: 120
imageHeight: 120
imageTitle: Site monogram
buttons:
- name: Posts
url: posts/
- name: Tags
url: tags/
socialIcons:
- name: "github"
url: 'https://github.com/vitamickey'
- name: "instagram"
url: 'https://www.instagram.com/michaelacheong/'
- name: "spotify"
url: 'https://open.spotify.com/user/mrshmllow_micky?si=70da848a98c84a3e'
- name: "pinterest"
url: 'https://pin.it/4IU6Skz'
- name: "letterboxd"
url: 'https://letterboxd.com/mickey_c100/'
analytics:
google:
SiteVerificationTag: XYZabc
bing:
SiteVerificationTag: XYZabc
yandex:
SiteVerificationTag: XYZabc
cover:
hidden: true
hiddenInList: true
hiddenInSingle: true
editPost:
URL: 'https://github.com/vitamickey/digital-garden/tree/main/content'
Text: suggest edits on GitHub
appendFilePath: true
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys:
- title
- permalink
- summary
- content
assets:
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
safari_pinned_tab: "/safari-pinned-tab.svg"
disableFingerprinting: true
taxonomies:
category: categories
tag: tags
series: series
bookofbible: booksofbible
menu:
main:
- identifier: nowmenu
name: now
url: now/
weight: 10
- identifier: posts
name: posts
url: posts/
weight: 20
- identifier: bible
name: bible
url: booksofbible/
weight: 30
- identifier: tags
name: tags
url: tags/
weight: 40
- identifier: search
name: search
url: search/
weight: 50
- identifier: garden
name: garden
url: "https://garden.michaelacheong.com/"
weight: 60
markup:
goldmark:
renderer:
unsafe: true
outputs:
home:
- HTML
- RSS
- JSON