-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
227 lines (202 loc) · 5.3 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
baseURL: "https://rednafi.com"
title: Redowan's Reflections
theme: PaperMod
pluralizelisttitles: false
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
googleAnalytics: G-11NK905JK8
taxonomies:
tag: tags
minify:
disableXML: true
minifyOutput: true
pagination:
pagerSize: 20
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
robotsNoIndex: false
title: Redowan's Reflections
description: >-
Hi, I'm Redowan Delowar—A software engineer with a flair for words and wires.
keywords:
[
"Redowan Delowar",
"Redowan Nafi",
"Rednafi",
"Blog",
"Python",
"Devops",
"Go",
"Golang",
"API",
"Networking",
"Database",
"Software Engineering"
]
author: "Redowan Delowar"
images: ["https://blob.rednafi.com/static/images/home/cover.png"]
DateFormat: "January 2, 2006"
defaultTheme: light # dark, light
disableThemeToggle: true
ShowReadingTime: false
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: false
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: true
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: true
tocopen: false
hideFooter: false
ShowAllPagesInArchive: true
ShowFullTextinRSS: false
mainSections:
- databases
- javascript
- misc
- zephyr
- python
- typescript
- go
assets:
favicon: "https://blob.rednafi.com/static/images/home/favicon.webp"
favicon16x16: "https://blob.rednafi.com/static/images/home/favicon.webp"
favicon32x32: "https://blob.rednafi.com/static/images/home/favicon.webp"
apple_touch_icon: "https://blob.rednafi.com/static/images/home/favicon.webp"
safari_pinned_tab: "https://blob.rednafi.com/static/images/home/favicon.webp"
disableFingerprinting: true
disableHLJS: true
label:
text: "Redowan's Reflections"
icon: "https://blob.rednafi.com/static/images/home/favicon.webp"
iconHeight: 23
iconWidth: 23
# home-info mode
homeInfoParams:
Title:
Hi, I'm [Redowan](/about) <a href="/index.xml" title="RSS" aria-label="RSS"> <svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" height="23"> <path d="M4 11a9 9 0 0 1 9 9"/>
<path d="M4 4a16 16 0 0 1 16 16"/> <circle cx="5" cy="19" r="1"/> </svg> </a>
Content: >
<div>
A roving amateur with a flair for words and wires.
</div>
socialIcons:
- name: twitter
url: "https://twitter.com/rednafi"
- name: stackoverflow
url: "https://stackoverflow.com/users/8963300/rednafi"
- name: github
url: "https://github.com/rednafi"
analytics:
google:
SiteVerificationTag: "google-site-verification=GoibEK52o5Z7xpKQ7ppTd8bA_s1wQp5hcG7aIWPJJfk"
bing:
SiteVerificationTag: "XYZabc" # automatically imported from google
yandex:
SiteVerificationTag: "cb037a09f985e313"
naver:
SiteVerificationTag: "097e5d3cd7b9e1ee3ad0addb5aaeea1b1a50be20"
cover:
hidden: false # hide everywhere but not in structured data
hiddenInList: false # hide on list pages and home
hiddenInSingle: false # hide on single page
image: "https://blob.rednafi.com/static/images/home/cover.png"
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 200
threshold: 0.3
minMatchCharLength: 2
keys: ["title", "tags", "permalink", "summary", "content"]
# Custom
noRecentPosts: # Don't print recents posts sections in these pages
- /about/
- /blogroll/
- /feed/
menu:
main:
- identifier: search
name: search
url: /search/
weight: 1
- identifier: tags
name: tags
url: /tags/
weight: 2
- identifier: archive
name: archive
url: /archive/
weight: 3
- identifier: about
name: about
url: /about/
weight: 4
- identifier: feed
name: "2025"
url: /feed/2025
weight: 5
# 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: syntax-highlight
tabWidth: 4
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
linkifyProtocol: https
strikethrough: true
table: true
taskList: true
typographer: true
parser:
attribute:
block: true
title: true
autoHeadingID: true
autoHeadingIDType: github
wrapStandAloneImageWithinParagraph: true
renderer:
hardWraps: false
unsafe: true
xhtml: false
outputs:
home: ["HTML", "RSS", "JSON"]
page: ["HTML"]
section: ["HTML", "RSS"]
taxonomy: ["HTML", "RSS"]
term: ["HTML", "RSS"]
security:
funcs:
getenv:
- "^HUGO_"
module:
mounts:
- source: node_modules/@antonz/codapi/dist
target: static/modules/codapi
- source: static
target: static
copyright: "
<a href='/blogroll'>blogroll</a> •
<a href='/feed'>feed</a>
"