-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
160 lines (139 loc) · 3.82 KB
/
Copy pathconfig.yml
File metadata and controls
160 lines (139 loc) · 3.82 KB
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
baseURL: "https://rednafi.com"
locale: en
title: Redowan's Reflections
pluralizelisttitles: false
enableRobotsTXT: true
googleAnalytics: G-11NK905JK8
enableGitInfo: true
frontmatter:
lastmod:
- lastmod
- :git
- date
taxonomies:
tag: tags
related:
includeNewer: true
threshold: 20
toLower: true
indices:
- name: tags
weight: 100
type: basic
- name: date
weight: 10
pattern: "2006"
minify:
disableXML: true
minifyOutput: true
pagination:
pagerSize: 15
params:
env: production
author: "Redowan Delowar"
social:
twitter: rednafi
standardSite:
publicationUri: "at://did:plc:fgtm2c26vfcj74rfmeggbyqj/site.standard.publication/3mnl6f7ob462z"
schema:
jobTitle: Software Engineer
givenName: Redowan
familyName: Delowar
# Every name the same person is known by — the human name "Redowan Nafi"
# and the handle "rednafi" reconcile to the one #person entity, alongside
# the canonical name (params.author = "Redowan Delowar").
alternateName:
- Redowan Nafi
- rednafi
- Redowan
# Self-hosted headshot on R2 — the Person entity's face, reused as the
# visible /about photo (single source of truth for the portrait).
image: "https://blob.rednafi.com/static/images/about/profile-2026.jpg"
worksFor:
name: Wolt
url: "https://wolt.com"
parentName: DoorDash
parentUrl: "https://www.doordash.com"
# wikidataId intentionally omitted — Q139619919 returns 404 (no such item).
# Asserting a dead knowledge-graph ID helps nothing; create a real Wikidata
# item, then add `wikidataId:` + its URL to sameAs to re-enable.
knowsAbout:
- "Go"
- "Python"
- "Backend Engineering"
- "Distributed Systems"
- "Platform Engineering"
- "Databases"
- "Software Design"
sameAs:
- "https://github.com/rednafi"
- "https://www.linkedin.com/in/rednafi/"
- "https://bsky.app/profile/rednafi.com"
- "https://fosstodon.org/@rednafi"
- "https://x.com/rednafi"
websiteAlternateName:
- "Redowan Delowar"
- "Redowan Delowar's Blog"
- "rednafi"
description: >-
Software engineering blog by Redowan Delowar covering platform
engineering, backend systems, distributed systems, reliability,
databases, Go, Python, TypeScript, and pragmatic engineering practice.
DateFormat: "January 2, 2006"
mainSections:
- javascript
- misc
- zephyr
- python
- typescript
- go
- system
notesSection: "shards"
images: ["https://blob.rednafi.com/static/images/home/cover-84b7bd64087e.png"]
assets:
favicon_svg: "/favicon.svg"
favicon_png: "/favicon.png"
analytics:
google:
# Bare token only — Google's meta is name="google-site-verification"
# content="<token>"; the old value wrongly embedded the name= prefix.
SiteVerificationTag: "GoibEK52o5Z7xpKQ7ppTd8bA_s1wQp5hcG7aIWPJJfk"
yandex:
SiteVerificationTag: "cb037a09f985e313"
naver:
SiteVerificationTag: "097e5d3cd7b9e1ee3ad0addb5aaeea1b1a50be20"
bing:
# Paste the msvalidate.01 token from Bing Webmaster Tools (or import the
# property from Search Console). Renders only when set. Bing also feeds
# Copilot/DuckDuckGo, and unlocks IndexNow for instant re-indexing.
SiteVerificationTag: ""
markup:
highlight:
noClasses: false
codeFences: true
guessSyntax: false
tabWidth: 4
goldmark:
extensions:
definitionList: true
footnote: true
typographer: true
parser:
attribute:
block: true
title: true
renderer:
unsafe: true
outputs:
home: ["HTML", "RSS"]
page: ["HTML"]
section: ["HTML", "RSS"]
taxonomy: ["HTML"]
term: ["HTML", "RSS"]
services:
rss:
limit: 15
security:
funcs:
getenv:
- "^HUGO_"