jekyll-theme-zer0 1.19.1 → 1.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +395 -0
- data/README.md +27 -19
- data/_data/authors.yml +154 -5
- data/_data/backlog.yml +5 -5
- data/_data/content_statistics.yml +273 -297
- data/_data/features.yml +4 -25
- data/_data/navigation/README.md +24 -0
- data/_data/navigation/about.yml +2 -0
- data/_data/navigation/main.yml +2 -7
- data/_data/roadmap.yml +86 -12
- data/_includes/components/author-avatar-url.html +28 -0
- data/_includes/components/author-bio.html +86 -0
- data/_includes/components/author-card.html +184 -121
- data/_includes/components/author-eeat.html +10 -4
- data/_includes/components/info-section.html +1 -1
- data/_includes/components/mermaid.html +0 -3
- data/_includes/components/post-card.html +19 -9
- data/_includes/content/giscus.html +3 -2
- data/_includes/core/footer-fabs.html +28 -0
- data/_includes/core/footer.html +7 -17
- data/_includes/core/head.html +2 -2
- data/_includes/navigation/breadcrumbs.html +20 -2
- data/_includes/navigation/local-graph.html +18 -2
- data/_includes/obsidian/full-graph.html +4 -6
- data/_layouts/article.html +44 -74
- data/_layouts/author.html +274 -0
- data/_layouts/authors.html +55 -0
- data/_layouts/news.html +3 -3
- data/_layouts/note.html +21 -6
- data/_layouts/notebook.html +21 -6
- data/_layouts/root.html +31 -17
- data/_layouts/section.html +3 -3
- data/_plugins/author_pages_generator.rb +121 -0
- data/_sass/components/_author.scss +219 -0
- data/_sass/components/_content-tables.scss +16 -1
- data/_sass/components/_notes-index.scss +102 -0
- data/_sass/components/_search-modal.scss +40 -0
- data/_sass/components/_ui-enhancements.scss +570 -0
- data/_sass/core/_docs-code-examples.scss +463 -0
- data/_sass/core/_docs-layout.scss +0 -453
- data/_sass/core/_navbar.scss +253 -0
- data/_sass/core/_sidebar-extras.scss +79 -0
- data/_sass/core/_toc.scss +87 -0
- data/_sass/core/_variables.scss +7 -142
- data/_sass/custom.scss +24 -1122
- data/_sass/layouts/_global-chrome.scss +59 -0
- data/assets/css/main.scss +19 -2
- data/assets/js/author-profile.js +190 -0
- data/assets/js/modules/navigation/navbar.js +104 -0
- data/assets/js/obsidian-graph.js +2 -2
- data/assets/js/obsidian-local-graph.js +11 -5
- data/assets/vendor/cytoscape/cytoscape.min.js +32 -0
- data/scripts/README.md +39 -0
- data/scripts/bin/validate +11 -1
- data/scripts/dev/css-diff.sh +49 -0
- data/scripts/dev/shot.js +37 -0
- data/scripts/features/generate-preview-images +110 -6
- data/scripts/features/pixelate-preview-images +126 -0
- data/scripts/features/pixelate_images.py +662 -0
- data/scripts/github-setup.sh +0 -0
- data/scripts/lib/preview_generator.py +47 -3
- data/scripts/pixelate-preview-images.sh +12 -0
- data/scripts/test/integration/auto-version +10 -8
- data/scripts/test/lib/run_tests.sh +2 -0
- data/scripts/test/lib/test_content_review.sh +205 -0
- data/scripts/test/lib/test_pixelate_images.sh +108 -0
- metadata +25 -20
- data/_data/hub.yml +0 -68
- data/_data/hub_index.yml +0 -203
- data/_data/navigation/hub.yml +0 -110
- data/assets/vendor/font-awesome/css/all.min.css +0 -9
- data/assets/vendor/font-awesome/webfonts/fa-brands-400.ttf +0 -0
- data/assets/vendor/font-awesome/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/vendor/font-awesome/webfonts/fa-regular-400.ttf +0 -0
- data/assets/vendor/font-awesome/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/vendor/font-awesome/webfonts/fa-solid-900.ttf +0 -0
- data/assets/vendor/font-awesome/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/vendor/font-awesome/webfonts/fa-v4compatibility.ttf +0 -0
- data/assets/vendor/font-awesome/webfonts/fa-v4compatibility.woff2 +0 -0
- data/assets/vendor/jquery/jquery-3.7.1.min.js +0 -2
- data/scripts/lib/hub.rb +0 -208
- data/scripts/provision-org-sites.rb +0 -252
- data/scripts/provision-org-sites.sh +0 -23
- data/scripts/sync-hub-metadata.rb +0 -184
- data/scripts/sync-hub-metadata.sh +0 -22
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
---
|
|
2
|
-
generated_at: '2026-
|
|
2
|
+
generated_at: '2026-06-16 17:40:51'
|
|
3
3
|
overview:
|
|
4
4
|
total_posts: 25
|
|
5
|
-
total_pages:
|
|
6
|
-
total_content:
|
|
5
|
+
total_pages: 141
|
|
6
|
+
total_content: 166
|
|
7
7
|
total_categories: 55
|
|
8
|
-
total_tags:
|
|
8
|
+
total_tags: 258
|
|
9
9
|
total_authors: 5
|
|
10
|
-
total_words:
|
|
11
|
-
average_words_per_post:
|
|
12
|
-
published:
|
|
13
|
-
drafts:
|
|
10
|
+
total_words: 106674
|
|
11
|
+
average_words_per_post: 642.6
|
|
12
|
+
published: 166
|
|
13
|
+
drafts: 11
|
|
14
14
|
categories:
|
|
15
15
|
- - docs
|
|
16
|
-
-
|
|
16
|
+
- 75
|
|
17
17
|
- - features
|
|
18
|
-
-
|
|
18
|
+
- 27
|
|
19
|
+
- - Documentation
|
|
20
|
+
- 15
|
|
19
21
|
- - development
|
|
20
22
|
- 15
|
|
21
|
-
- - Documentation
|
|
22
|
-
- 14
|
|
23
|
-
- - jekyll
|
|
24
|
-
- 13
|
|
25
23
|
- - Development
|
|
26
24
|
- 9
|
|
27
25
|
- - Technology
|
|
28
26
|
- 7
|
|
29
|
-
- - Obsidian
|
|
30
|
-
- 6
|
|
31
27
|
- - Notes
|
|
32
28
|
- 6
|
|
33
|
-
- -
|
|
29
|
+
- - Obsidian
|
|
34
30
|
- 6
|
|
31
|
+
- - jekyll
|
|
32
|
+
- 5
|
|
33
|
+
- - Quick Start
|
|
34
|
+
- 5
|
|
35
35
|
- - customization
|
|
36
36
|
- 5
|
|
37
37
|
- - Tutorial
|
|
@@ -40,7 +40,7 @@ categories:
|
|
|
40
40
|
- 5
|
|
41
41
|
- - seo
|
|
42
42
|
- 4
|
|
43
|
-
- -
|
|
43
|
+
- - deployment
|
|
44
44
|
- 4
|
|
45
45
|
- - Business
|
|
46
46
|
- 4
|
|
@@ -124,246 +124,220 @@ categories:
|
|
|
124
124
|
- 1
|
|
125
125
|
tags:
|
|
126
126
|
- - jekyll
|
|
127
|
-
-
|
|
127
|
+
- 31
|
|
128
128
|
- - docker
|
|
129
|
-
-
|
|
129
|
+
- 15
|
|
130
130
|
- - documentation
|
|
131
131
|
- 14
|
|
132
132
|
- - navigation
|
|
133
133
|
- 13
|
|
134
134
|
- - automation
|
|
135
135
|
- 12
|
|
136
|
-
- - bootstrap
|
|
137
|
-
- 9
|
|
138
136
|
- - ai
|
|
139
|
-
-
|
|
137
|
+
- 10
|
|
140
138
|
- - development
|
|
139
|
+
- 9
|
|
140
|
+
- - bootstrap
|
|
141
|
+
- 9
|
|
142
|
+
- - github-pages
|
|
141
143
|
- 8
|
|
142
|
-
- - accessibility
|
|
143
|
-
- 7
|
|
144
144
|
- - obsidian
|
|
145
145
|
- 7
|
|
146
|
-
- -
|
|
146
|
+
- - accessibility
|
|
147
147
|
- 7
|
|
148
|
+
- - setup
|
|
149
|
+
- 6
|
|
148
150
|
- - deployment
|
|
149
151
|
- 6
|
|
150
152
|
- - ci-cd
|
|
151
153
|
- 6
|
|
152
|
-
- - configuration
|
|
153
|
-
- 6
|
|
154
154
|
- - ui
|
|
155
155
|
- 6
|
|
156
|
-
- -
|
|
156
|
+
- - copilot
|
|
157
157
|
- 5
|
|
158
|
-
- -
|
|
158
|
+
- - reference
|
|
159
159
|
- 5
|
|
160
|
-
- -
|
|
160
|
+
- - search
|
|
161
161
|
- 5
|
|
162
|
-
- -
|
|
162
|
+
- - configuration
|
|
163
163
|
- 5
|
|
164
|
-
- -
|
|
164
|
+
- - seo
|
|
165
165
|
- 5
|
|
166
|
-
- -
|
|
166
|
+
- - css
|
|
167
167
|
- 5
|
|
168
168
|
- - workflow
|
|
169
169
|
- 4
|
|
170
|
+
- - analytics
|
|
171
|
+
- 4
|
|
170
172
|
- - git
|
|
171
173
|
- 4
|
|
172
174
|
- - ruby
|
|
173
175
|
- 4
|
|
174
|
-
- -
|
|
176
|
+
- - privacy
|
|
175
177
|
- 4
|
|
176
178
|
- - devops
|
|
177
179
|
- 4
|
|
178
|
-
- -
|
|
179
|
-
- 4
|
|
180
|
-
- - privacy
|
|
181
|
-
- 4
|
|
182
|
-
- - tracking
|
|
183
|
-
- 3
|
|
184
|
-
- - customization
|
|
185
|
-
- 3
|
|
186
|
-
- - sitemap
|
|
180
|
+
- - features
|
|
187
181
|
- 3
|
|
188
|
-
- -
|
|
182
|
+
- - planning
|
|
189
183
|
- 3
|
|
190
|
-
- -
|
|
184
|
+
- - yaml
|
|
191
185
|
- 3
|
|
192
|
-
- -
|
|
186
|
+
- - strategy
|
|
193
187
|
- 3
|
|
194
188
|
- - quickstart
|
|
195
189
|
- 3
|
|
196
|
-
- -
|
|
190
|
+
- - theme
|
|
197
191
|
- 3
|
|
198
|
-
- -
|
|
192
|
+
- - sitemap
|
|
199
193
|
- 3
|
|
200
|
-
- -
|
|
194
|
+
- - version-control
|
|
201
195
|
- 3
|
|
202
|
-
- -
|
|
196
|
+
- - keyboard
|
|
203
197
|
- 3
|
|
204
|
-
- -
|
|
198
|
+
- - installation
|
|
205
199
|
- 3
|
|
206
|
-
- -
|
|
200
|
+
- - tracking
|
|
207
201
|
- 3
|
|
208
|
-
- -
|
|
202
|
+
- - github
|
|
209
203
|
- 3
|
|
210
|
-
- -
|
|
204
|
+
- - customization
|
|
211
205
|
- 3
|
|
212
|
-
- -
|
|
206
|
+
- - performance
|
|
213
207
|
- 3
|
|
214
|
-
- -
|
|
208
|
+
- - responsive
|
|
209
|
+
- 3
|
|
210
|
+
- - meta
|
|
215
211
|
- 2
|
|
216
|
-
- -
|
|
212
|
+
- - business
|
|
217
213
|
- 2
|
|
218
|
-
- -
|
|
214
|
+
- - netlify
|
|
219
215
|
- 2
|
|
220
|
-
- -
|
|
216
|
+
- - hosting
|
|
221
217
|
- 2
|
|
222
|
-
- -
|
|
218
|
+
- - front-matter
|
|
223
219
|
- 2
|
|
224
|
-
- -
|
|
220
|
+
- - github-actions
|
|
225
221
|
- 2
|
|
226
|
-
- -
|
|
222
|
+
- - support
|
|
227
223
|
- 2
|
|
228
|
-
- -
|
|
224
|
+
- - ai-assisted-development
|
|
229
225
|
- 2
|
|
230
|
-
- -
|
|
226
|
+
- - contributing
|
|
231
227
|
- 2
|
|
232
228
|
- - ci/cd
|
|
233
229
|
- 2
|
|
234
|
-
- -
|
|
235
|
-
- 2
|
|
236
|
-
- - ai-assisted-development
|
|
230
|
+
- - gems
|
|
237
231
|
- 2
|
|
238
|
-
- -
|
|
232
|
+
- - dff
|
|
239
233
|
- 2
|
|
240
|
-
- -
|
|
234
|
+
- - sidebar
|
|
241
235
|
- 2
|
|
242
|
-
- -
|
|
236
|
+
- - dry
|
|
243
237
|
- 2
|
|
244
|
-
- -
|
|
238
|
+
- - security
|
|
245
239
|
- 2
|
|
246
|
-
- -
|
|
240
|
+
- - kis
|
|
247
241
|
- 2
|
|
248
|
-
- -
|
|
242
|
+
- - aipd
|
|
249
243
|
- 2
|
|
250
244
|
- - styles
|
|
251
245
|
- 2
|
|
252
246
|
- - layouts
|
|
253
247
|
- 2
|
|
254
|
-
- -
|
|
248
|
+
- - content
|
|
255
249
|
- 2
|
|
256
|
-
- -
|
|
250
|
+
- - markdown
|
|
251
|
+
- 2
|
|
252
|
+
- - getting-started
|
|
257
253
|
- 2
|
|
258
254
|
- - templates
|
|
259
255
|
- 2
|
|
260
256
|
- - components
|
|
261
257
|
- 2
|
|
262
|
-
- -
|
|
263
|
-
- 2
|
|
264
|
-
- - python
|
|
265
|
-
- 2
|
|
266
|
-
- - github-actions
|
|
267
|
-
- 2
|
|
268
|
-
- - gems
|
|
269
|
-
- 2
|
|
270
|
-
- - getting-started
|
|
258
|
+
- - toc
|
|
271
259
|
- 2
|
|
272
260
|
- - release
|
|
273
261
|
- 2
|
|
274
262
|
- - gem
|
|
275
263
|
- 2
|
|
276
|
-
- -
|
|
264
|
+
- - version
|
|
265
|
+
- 2
|
|
266
|
+
- - glossary
|
|
277
267
|
- 2
|
|
278
268
|
- - faq
|
|
279
269
|
- 2
|
|
280
|
-
- -
|
|
270
|
+
- - assets
|
|
281
271
|
- 2
|
|
282
|
-
- -
|
|
272
|
+
- - aieo
|
|
283
273
|
- 2
|
|
284
|
-
- -
|
|
274
|
+
- - productivity
|
|
285
275
|
- 2
|
|
286
276
|
- - climate
|
|
287
277
|
- 2
|
|
288
|
-
- -
|
|
289
|
-
- 2
|
|
290
|
-
- - support
|
|
278
|
+
- - manufacturing
|
|
291
279
|
- 2
|
|
292
280
|
- - technology
|
|
293
281
|
- 2
|
|
294
282
|
- - digital-transformation
|
|
295
283
|
- 2
|
|
296
|
-
- -
|
|
284
|
+
- - bundler
|
|
297
285
|
- 2
|
|
298
|
-
- -
|
|
286
|
+
- - remote-theme
|
|
299
287
|
- 2
|
|
300
|
-
- -
|
|
288
|
+
- - gdpr
|
|
301
289
|
- 2
|
|
302
|
-
- -
|
|
290
|
+
- - troubleshooting
|
|
303
291
|
- 2
|
|
304
|
-
- -
|
|
292
|
+
- - web-design
|
|
305
293
|
- 2
|
|
306
|
-
- -
|
|
294
|
+
- - jupyter
|
|
307
295
|
- 2
|
|
308
|
-
- -
|
|
296
|
+
- - tutorial
|
|
309
297
|
- 2
|
|
310
|
-
- -
|
|
298
|
+
- - syntax
|
|
311
299
|
- 2
|
|
312
|
-
- -
|
|
300
|
+
- - shortcuts
|
|
313
301
|
- 2
|
|
314
|
-
- -
|
|
302
|
+
- - authoring
|
|
315
303
|
- 2
|
|
316
|
-
- -
|
|
304
|
+
- - frontend
|
|
317
305
|
- 2
|
|
318
|
-
- -
|
|
306
|
+
- - operations
|
|
319
307
|
- 2
|
|
320
|
-
- -
|
|
308
|
+
- - bash
|
|
321
309
|
- 2
|
|
322
|
-
- -
|
|
323
|
-
-
|
|
324
|
-
- -
|
|
325
|
-
- 1
|
|
326
|
-
- - math
|
|
327
|
-
- 1
|
|
328
|
-
- - latex
|
|
329
|
-
- 1
|
|
330
|
-
- - cross-platform
|
|
331
|
-
- 1
|
|
332
|
-
- - diagrams
|
|
333
|
-
- 1
|
|
334
|
-
- - writing
|
|
310
|
+
- - python
|
|
311
|
+
- 2
|
|
312
|
+
- - javascript
|
|
335
313
|
- 1
|
|
336
|
-
- -
|
|
314
|
+
- - code
|
|
337
315
|
- 1
|
|
338
|
-
- -
|
|
316
|
+
- - clipboard
|
|
339
317
|
- 1
|
|
340
|
-
- -
|
|
318
|
+
- - developer-experience
|
|
341
319
|
- 1
|
|
342
|
-
- -
|
|
320
|
+
- - consent
|
|
343
321
|
- 1
|
|
344
|
-
- -
|
|
322
|
+
- - ccpa
|
|
345
323
|
- 1
|
|
346
|
-
- -
|
|
324
|
+
- - posthog
|
|
347
325
|
- 1
|
|
348
326
|
- - dark-mode
|
|
349
327
|
- 1
|
|
350
328
|
- - cookies
|
|
351
329
|
- 1
|
|
352
|
-
- -
|
|
353
|
-
- 1
|
|
354
|
-
- - ai-integration
|
|
355
|
-
- 1
|
|
356
|
-
- - ai-automation
|
|
357
|
-
- 1
|
|
358
|
-
- - consent
|
|
330
|
+
- - es6
|
|
359
331
|
- 1
|
|
360
|
-
- -
|
|
332
|
+
- - fab
|
|
361
333
|
- 1
|
|
362
334
|
- - zero-config
|
|
363
335
|
- 1
|
|
364
|
-
- -
|
|
336
|
+
- - mobile
|
|
365
337
|
- 1
|
|
366
|
-
- -
|
|
338
|
+
- - flowchart
|
|
339
|
+
- 1
|
|
340
|
+
- - diagrams
|
|
367
341
|
- 1
|
|
368
342
|
- - giscus
|
|
369
343
|
- 1
|
|
@@ -371,82 +345,110 @@ tags:
|
|
|
371
345
|
- 1
|
|
372
346
|
- - github-discussions
|
|
373
347
|
- 1
|
|
374
|
-
- - help
|
|
375
|
-
- 1
|
|
376
348
|
- - notebooks
|
|
377
349
|
- 1
|
|
378
|
-
- -
|
|
350
|
+
- - mermaid
|
|
379
351
|
- 1
|
|
380
|
-
- -
|
|
352
|
+
- - latex
|
|
381
353
|
- 1
|
|
382
|
-
- -
|
|
354
|
+
- - data-science
|
|
383
355
|
- 1
|
|
384
|
-
- -
|
|
356
|
+
- - math
|
|
385
357
|
- 1
|
|
386
|
-
- -
|
|
358
|
+
- - mathjax
|
|
387
359
|
- 1
|
|
388
|
-
- -
|
|
360
|
+
- - organization
|
|
389
361
|
- 1
|
|
390
|
-
- -
|
|
362
|
+
- - pagination
|
|
363
|
+
- 1
|
|
364
|
+
- - liquid
|
|
391
365
|
- 1
|
|
392
366
|
- - vault
|
|
393
367
|
- 1
|
|
394
|
-
- -
|
|
368
|
+
- - graph
|
|
395
369
|
- 1
|
|
396
|
-
- -
|
|
370
|
+
- - optimization
|
|
397
371
|
- 1
|
|
398
|
-
- -
|
|
372
|
+
- - email
|
|
399
373
|
- 1
|
|
400
|
-
- -
|
|
374
|
+
- - debugging
|
|
401
375
|
- 1
|
|
402
|
-
- -
|
|
376
|
+
- - beginner
|
|
403
377
|
- 1
|
|
404
|
-
- -
|
|
378
|
+
- - structured-data
|
|
405
379
|
- 1
|
|
406
|
-
- -
|
|
380
|
+
- - opengraph
|
|
407
381
|
- 1
|
|
408
|
-
- -
|
|
382
|
+
- - twitter-cards
|
|
409
383
|
- 1
|
|
410
|
-
- -
|
|
384
|
+
- - indexing
|
|
411
385
|
- 1
|
|
412
|
-
- -
|
|
386
|
+
- - terminal
|
|
413
387
|
- 1
|
|
414
|
-
- -
|
|
388
|
+
- - zsh
|
|
415
389
|
- 1
|
|
416
|
-
- -
|
|
390
|
+
- - containers
|
|
417
391
|
- 1
|
|
418
|
-
- -
|
|
392
|
+
- - cheatsheet
|
|
419
393
|
- 1
|
|
420
|
-
- -
|
|
394
|
+
- - formatting
|
|
421
395
|
- 1
|
|
422
|
-
- -
|
|
396
|
+
- - writing
|
|
423
397
|
- 1
|
|
424
|
-
- -
|
|
398
|
+
- - ai-powered
|
|
425
399
|
- 1
|
|
426
|
-
- -
|
|
400
|
+
- - cross-platform
|
|
427
401
|
- 1
|
|
428
|
-
- -
|
|
402
|
+
- - personalization
|
|
429
403
|
- 1
|
|
430
|
-
- -
|
|
404
|
+
- - contact
|
|
431
405
|
- 1
|
|
432
|
-
- -
|
|
406
|
+
- - ai-integration
|
|
433
407
|
- 1
|
|
434
|
-
- -
|
|
408
|
+
- - ai-automation
|
|
435
409
|
- 1
|
|
436
|
-
- -
|
|
410
|
+
- - preview
|
|
437
411
|
- 1
|
|
438
412
|
- - images
|
|
439
413
|
- 1
|
|
440
414
|
- - dall-e
|
|
441
415
|
- 1
|
|
442
|
-
- - beginner
|
|
443
|
-
- 1
|
|
444
416
|
- - scroll-spy
|
|
445
417
|
- 1
|
|
446
418
|
- - modal
|
|
447
419
|
- 1
|
|
448
420
|
- - wcag
|
|
449
421
|
- 1
|
|
422
|
+
- - skip-link
|
|
423
|
+
- 1
|
|
424
|
+
- - ai-collaboration
|
|
425
|
+
- 1
|
|
426
|
+
- - '404'
|
|
427
|
+
- 1
|
|
428
|
+
- - releases
|
|
429
|
+
- 1
|
|
430
|
+
- - ux
|
|
431
|
+
- 1
|
|
432
|
+
- - plugin
|
|
433
|
+
- 1
|
|
434
|
+
- - footer
|
|
435
|
+
- 1
|
|
436
|
+
- - roadmap
|
|
437
|
+
- 1
|
|
438
|
+
- - headings
|
|
439
|
+
- 1
|
|
440
|
+
- - help
|
|
441
|
+
- 1
|
|
442
|
+
- - vendor
|
|
443
|
+
- 1
|
|
444
|
+
- - prerequisites
|
|
445
|
+
- 1
|
|
446
|
+
- - highlighting
|
|
447
|
+
- 1
|
|
448
|
+
- - rouge
|
|
449
|
+
- 1
|
|
450
|
+
- - collections
|
|
451
|
+
- 1
|
|
450
452
|
- - statistics
|
|
451
453
|
- 1
|
|
452
454
|
- - research
|
|
@@ -493,6 +495,10 @@ tags:
|
|
|
493
495
|
- 1
|
|
494
496
|
- - climate-adaptation
|
|
495
497
|
- 1
|
|
498
|
+
- - frontmatter
|
|
499
|
+
- 1
|
|
500
|
+
- - startup
|
|
501
|
+
- 1
|
|
496
502
|
- - funding
|
|
497
503
|
- 1
|
|
498
504
|
- - venture-capital
|
|
@@ -539,8 +545,6 @@ tags:
|
|
|
539
545
|
- 1
|
|
540
546
|
- - data
|
|
541
547
|
- 1
|
|
542
|
-
- - frontmatter
|
|
543
|
-
- 1
|
|
544
548
|
- - prd
|
|
545
549
|
- 1
|
|
546
550
|
- - requirements
|
|
@@ -575,15 +579,17 @@ tags:
|
|
|
575
579
|
- 1
|
|
576
580
|
- - dashboard
|
|
577
581
|
- 1
|
|
578
|
-
- -
|
|
582
|
+
- - chatbot
|
|
579
583
|
- 1
|
|
580
|
-
- -
|
|
584
|
+
- - claude
|
|
581
585
|
- 1
|
|
582
|
-
- -
|
|
586
|
+
- - anthropic
|
|
583
587
|
- 1
|
|
584
|
-
- -
|
|
588
|
+
- - proxy
|
|
585
589
|
- 1
|
|
586
|
-
- -
|
|
590
|
+
- - scroll
|
|
591
|
+
- 1
|
|
592
|
+
- - breadcrumbs
|
|
587
593
|
- 1
|
|
588
594
|
- - public-health
|
|
589
595
|
- 1
|
|
@@ -615,6 +621,8 @@ tags:
|
|
|
615
621
|
- 1
|
|
616
622
|
- - custom-domain
|
|
617
623
|
- 1
|
|
624
|
+
- - dns
|
|
625
|
+
- 1
|
|
618
626
|
- - agents
|
|
619
627
|
- 1
|
|
620
628
|
- - cursor
|
|
@@ -634,17 +642,17 @@ tags:
|
|
|
634
642
|
authors:
|
|
635
643
|
default: 20
|
|
636
644
|
Zer0-Mistakes Team: 10
|
|
637
|
-
Zer0-Mistakes Development Team:
|
|
645
|
+
Zer0-Mistakes Development Team: 6
|
|
638
646
|
Amr Abdel Eissa: 1
|
|
639
647
|
"{{author}}": 1
|
|
640
648
|
years:
|
|
641
649
|
'2025': 19
|
|
642
|
-
'2026':
|
|
650
|
+
'2026': 24
|
|
643
651
|
'2024': 2
|
|
644
652
|
'2021': 1
|
|
645
653
|
content_breakdown:
|
|
646
654
|
post: 25
|
|
647
|
-
page:
|
|
655
|
+
page: 141
|
|
648
656
|
monthly_distribution:
|
|
649
657
|
2021-09: 1
|
|
650
658
|
2024-03: 1
|
|
@@ -657,7 +665,7 @@ monthly_distribution:
|
|
|
657
665
|
2025-12: 2
|
|
658
666
|
2026-01: 5
|
|
659
667
|
2026-03: 3
|
|
660
|
-
2026-04:
|
|
668
|
+
2026-04: 16
|
|
661
669
|
word_statistics:
|
|
662
670
|
2025-01-10-bootstrap-5-components.md:
|
|
663
671
|
words: 191
|
|
@@ -750,7 +758,7 @@ word_statistics:
|
|
|
750
758
|
type: post
|
|
751
759
|
title: 'Urban Resilience: How Cities Prepare for Extreme Heat'
|
|
752
760
|
README.md:
|
|
753
|
-
words:
|
|
761
|
+
words: 6527
|
|
754
762
|
type: page
|
|
755
763
|
title: zer0-mistakes
|
|
756
764
|
STATS_ENHANCEMENT_SUMMARY.md:
|
|
@@ -770,9 +778,9 @@ word_statistics:
|
|
|
770
778
|
type: page
|
|
771
779
|
title: Comprehensive Gem Automation System
|
|
772
780
|
index.md:
|
|
773
|
-
words:
|
|
781
|
+
words: 687
|
|
774
782
|
type: page
|
|
775
|
-
title:
|
|
783
|
+
title: Zer0-Mistakes Quick Start Guide
|
|
776
784
|
jekyll-technical-reference.md:
|
|
777
785
|
words: 12
|
|
778
786
|
type: page
|
|
@@ -786,19 +794,19 @@ word_statistics:
|
|
|
786
794
|
type: page
|
|
787
795
|
title: Statistics Dashboard Feature
|
|
788
796
|
bamr87.md:
|
|
789
|
-
words:
|
|
797
|
+
words: 129
|
|
790
798
|
type: page
|
|
791
|
-
title: Amr Abdel-Motaleb
|
|
799
|
+
title: Amr Abdel-Motaleb — Software Architect & IT Journey Author
|
|
792
800
|
analytics.md:
|
|
793
801
|
words: 4
|
|
794
802
|
type: page
|
|
795
803
|
title: Analytics Dashboard
|
|
796
804
|
collections.md:
|
|
797
|
-
words:
|
|
805
|
+
words: 693
|
|
798
806
|
type: page
|
|
799
807
|
title: Jekyll Collections
|
|
800
808
|
config.md:
|
|
801
|
-
words:
|
|
809
|
+
words: 976
|
|
802
810
|
type: page
|
|
803
811
|
title: Configuration Utility
|
|
804
812
|
environment.md:
|
|
@@ -806,7 +814,7 @@ word_statistics:
|
|
|
806
814
|
type: page
|
|
807
815
|
title: Environment & Build Info
|
|
808
816
|
navigation.md:
|
|
809
|
-
words:
|
|
817
|
+
words: 424
|
|
810
818
|
type: page
|
|
811
819
|
title: Navigation
|
|
812
820
|
theme-preview.md:
|
|
@@ -830,31 +838,31 @@ word_statistics:
|
|
|
830
838
|
type: page
|
|
831
839
|
title: Google Tag Manager
|
|
832
840
|
includes.md:
|
|
833
|
-
words:
|
|
841
|
+
words: 814
|
|
834
842
|
type: page
|
|
835
843
|
title: Include Components
|
|
836
844
|
layouts.md:
|
|
837
|
-
words:
|
|
845
|
+
words: 469
|
|
838
846
|
type: page
|
|
839
847
|
title: Layouts
|
|
840
848
|
styles.md:
|
|
841
|
-
words:
|
|
849
|
+
words: 529
|
|
842
850
|
type: page
|
|
843
851
|
title: Styles
|
|
844
852
|
custom-domain.md:
|
|
845
|
-
words:
|
|
853
|
+
words: 762
|
|
846
854
|
type: page
|
|
847
855
|
title: Custom Domain Setup
|
|
848
856
|
github-pages.md:
|
|
849
|
-
words:
|
|
857
|
+
words: 532
|
|
850
858
|
type: page
|
|
851
859
|
title: Deploy to GitHub Pages
|
|
852
860
|
netlify.md:
|
|
853
|
-
words:
|
|
861
|
+
words: 717
|
|
854
862
|
type: page
|
|
855
863
|
title: Deploy to Netlify
|
|
856
864
|
agents.md:
|
|
857
|
-
words:
|
|
865
|
+
words: 445
|
|
858
866
|
type: page
|
|
859
867
|
title: AGENTS.md — Cross-Tool AI Agent Entry Point
|
|
860
868
|
ci-cd.md:
|
|
@@ -862,11 +870,11 @@ word_statistics:
|
|
|
862
870
|
type: page
|
|
863
871
|
title: CI/CD Pipeline
|
|
864
872
|
dependency-updates.md:
|
|
865
|
-
words:
|
|
873
|
+
words: 80
|
|
866
874
|
type: page
|
|
867
875
|
title: Dependency Updates
|
|
868
876
|
devcontainer.md:
|
|
869
|
-
words:
|
|
877
|
+
words: 414
|
|
870
878
|
type: page
|
|
871
879
|
title: DevContainer Configuration
|
|
872
880
|
docker-publishing.md:
|
|
@@ -874,19 +882,19 @@ word_statistics:
|
|
|
874
882
|
type: page
|
|
875
883
|
title: Local Docker Publishing Pipeline
|
|
876
884
|
documentation.md:
|
|
877
|
-
words:
|
|
885
|
+
words: 648
|
|
878
886
|
type: page
|
|
879
887
|
title: Documentation
|
|
880
888
|
frontmatter-validation.md:
|
|
881
|
-
words:
|
|
889
|
+
words: 407
|
|
882
890
|
type: page
|
|
883
891
|
title: Config-Driven Frontmatter Validation
|
|
884
892
|
prd.md:
|
|
885
|
-
words:
|
|
893
|
+
words: 108
|
|
886
894
|
type: page
|
|
887
|
-
title: Product Requirements Document
|
|
895
|
+
title: Zer0-Mistakes Product Requirements Document
|
|
888
896
|
release-management.md:
|
|
889
|
-
words:
|
|
897
|
+
words: 91
|
|
890
898
|
type: page
|
|
891
899
|
title: Release Management
|
|
892
900
|
scripts.md:
|
|
@@ -898,7 +906,7 @@ word_statistics:
|
|
|
898
906
|
type: page
|
|
899
907
|
title: Security Scanning
|
|
900
908
|
testing.md:
|
|
901
|
-
words:
|
|
909
|
+
words: 113
|
|
902
910
|
type: page
|
|
903
911
|
title: Testing
|
|
904
912
|
vendor-assets.md:
|
|
@@ -906,13 +914,17 @@ word_statistics:
|
|
|
906
914
|
type: page
|
|
907
915
|
title: Vendor assets
|
|
908
916
|
version-bump.md:
|
|
909
|
-
words:
|
|
917
|
+
words: 110
|
|
910
918
|
type: page
|
|
911
919
|
title: Version Bump Workflow
|
|
912
920
|
admin-dashboard.md:
|
|
913
|
-
words:
|
|
921
|
+
words: 378
|
|
914
922
|
type: page
|
|
915
923
|
title: Admin Layout & Configuration Dashboards
|
|
924
|
+
ai-chat-assistant.md:
|
|
925
|
+
words: 1194
|
|
926
|
+
type: page
|
|
927
|
+
title: AI Chat Assistant (Claude + GitHub)
|
|
916
928
|
back-to-top.md:
|
|
917
929
|
words: 503
|
|
918
930
|
type: page
|
|
@@ -934,7 +946,7 @@ word_statistics:
|
|
|
934
946
|
type: page
|
|
935
947
|
title: Cookie Consent Management
|
|
936
948
|
copilot-integration.md:
|
|
937
|
-
words:
|
|
949
|
+
words: 440
|
|
938
950
|
type: page
|
|
939
951
|
title: GitHub Copilot Integration
|
|
940
952
|
dynamic-navigation.md:
|
|
@@ -946,11 +958,11 @@ word_statistics:
|
|
|
946
958
|
type: page
|
|
947
959
|
title: Giscus Comments
|
|
948
960
|
jupyter-notebooks.md:
|
|
949
|
-
words:
|
|
961
|
+
words: 569
|
|
950
962
|
type: page
|
|
951
963
|
title: Jupyter Notebook Integration
|
|
952
964
|
keyboard-navigation.md:
|
|
953
|
-
words:
|
|
965
|
+
words: 687
|
|
954
966
|
type: page
|
|
955
967
|
title: Keyboard Navigation
|
|
956
968
|
mathjax-math.md:
|
|
@@ -958,7 +970,7 @@ word_statistics:
|
|
|
958
970
|
type: page
|
|
959
971
|
title: MathJax Math
|
|
960
972
|
mermaid-diagrams.md:
|
|
961
|
-
words:
|
|
973
|
+
words: 961
|
|
962
974
|
type: page
|
|
963
975
|
title: Mermaid Diagrams
|
|
964
976
|
mobile-toc.md:
|
|
@@ -966,19 +978,19 @@ word_statistics:
|
|
|
966
978
|
type: page
|
|
967
979
|
title: Mobile TOC Floating Action Button
|
|
968
980
|
navigation-architecture.md:
|
|
969
|
-
words:
|
|
981
|
+
words: 389
|
|
970
982
|
type: page
|
|
971
983
|
title: ES6 Modular Navigation Architecture
|
|
972
984
|
posthog-analytics.md:
|
|
973
|
-
words:
|
|
985
|
+
words: 693
|
|
974
986
|
type: page
|
|
975
987
|
title: PostHog Analytics
|
|
976
988
|
preview-image-generator.md:
|
|
977
|
-
words:
|
|
989
|
+
words: 748
|
|
978
990
|
type: page
|
|
979
|
-
title: AI Preview Image Generator
|
|
991
|
+
title: AI Preview Image Generator for Jekyll Posts
|
|
980
992
|
sidebar-navigation.md:
|
|
981
|
-
words:
|
|
993
|
+
words: 660
|
|
982
994
|
type: page
|
|
983
995
|
title: Sidebar Navigation System
|
|
984
996
|
site-search.md:
|
|
@@ -990,11 +1002,11 @@ word_statistics:
|
|
|
990
1002
|
type: page
|
|
991
1003
|
title: Skip-to-Content Accessibility Link
|
|
992
1004
|
smart-404.md:
|
|
993
|
-
words:
|
|
1005
|
+
words: 274
|
|
994
1006
|
type: page
|
|
995
1007
|
title: Smart 404 & Site Configuration Detection
|
|
996
1008
|
theme-version.md:
|
|
997
|
-
words:
|
|
1009
|
+
words: 488
|
|
998
1010
|
type: page
|
|
999
1011
|
title: Theme Version Display Plugin
|
|
1000
1012
|
toc.md:
|
|
@@ -1002,75 +1014,35 @@ word_statistics:
|
|
|
1002
1014
|
type: page
|
|
1003
1015
|
title: Table of Contents
|
|
1004
1016
|
vendored-assets.md:
|
|
1005
|
-
words:
|
|
1017
|
+
words: 248
|
|
1006
1018
|
type: page
|
|
1007
1019
|
title: Vendored Bootstrap & Icon Assets
|
|
1008
1020
|
front-matter.md:
|
|
1009
|
-
words:
|
|
1021
|
+
words: 401
|
|
1010
1022
|
type: page
|
|
1011
1023
|
title: Front Matter
|
|
1012
1024
|
quick-start.md:
|
|
1013
|
-
words:
|
|
1025
|
+
words: 987
|
|
1014
1026
|
type: page
|
|
1015
1027
|
title: Quick Start Guide
|
|
1016
1028
|
theme-guide.md:
|
|
1017
|
-
words:
|
|
1029
|
+
words: 1118
|
|
1018
1030
|
type: page
|
|
1019
|
-
title: Jekyll Theme Guide
|
|
1031
|
+
title: 'Jekyll Theme Guide: Setup, Customize, Deploy'
|
|
1020
1032
|
installation.md:
|
|
1021
|
-
words:
|
|
1033
|
+
words: 284
|
|
1022
1034
|
type: page
|
|
1023
1035
|
title: Installation
|
|
1024
1036
|
code-highlighting.md:
|
|
1025
1037
|
words: 309
|
|
1026
1038
|
type: page
|
|
1027
1039
|
title: Code Highlighting
|
|
1028
|
-
deploying-jekyll-website-to-netlify.md:
|
|
1029
|
-
words: 25
|
|
1030
|
-
type: page
|
|
1031
|
-
title: Deploying to Netlify
|
|
1032
|
-
deploying-personal-website-with-custom-domain.md:
|
|
1033
|
-
words: 25
|
|
1034
|
-
type: page
|
|
1035
|
-
title: Custom Domain
|
|
1036
|
-
jekyll-config.md:
|
|
1037
|
-
words: 17
|
|
1038
|
-
type: page
|
|
1039
|
-
title: Jekyll Configuration
|
|
1040
|
-
jekyll-frontmatter-cms.md:
|
|
1041
|
-
words: 15
|
|
1042
|
-
type: page
|
|
1043
|
-
title: Front Matter
|
|
1044
|
-
jekyll-highlighting.md:
|
|
1045
|
-
words: 20
|
|
1046
|
-
type: page
|
|
1047
|
-
title: Syntax Highlighting
|
|
1048
|
-
jekyll-liquid.md:
|
|
1049
|
-
words: 18
|
|
1050
|
-
type: page
|
|
1051
|
-
title: Jekyll + Liquid
|
|
1052
|
-
jekyll-math-symbols-with-mathjax.md:
|
|
1053
|
-
words: 19
|
|
1054
|
-
type: page
|
|
1055
|
-
title: MathJax
|
|
1056
|
-
jekyll-performance-optimization.md:
|
|
1057
|
-
words: 25
|
|
1058
|
-
type: page
|
|
1059
|
-
title: Performance Optimization
|
|
1060
|
-
jekyll-security.md:
|
|
1061
|
-
words: 24
|
|
1062
|
-
type: page
|
|
1063
|
-
title: Security
|
|
1064
|
-
mermaid-native-markdown.md:
|
|
1065
|
-
words: 21
|
|
1066
|
-
type: page
|
|
1067
|
-
title: Mermaid Native Markdown
|
|
1068
1040
|
pagination.md:
|
|
1069
1041
|
words: 467
|
|
1070
1042
|
type: page
|
|
1071
1043
|
title: Pagination
|
|
1072
1044
|
authoring-workflow.md:
|
|
1073
|
-
words:
|
|
1045
|
+
words: 458
|
|
1074
1046
|
type: page
|
|
1075
1047
|
title: Obsidian Authoring Workflow
|
|
1076
1048
|
getting-started.md:
|
|
@@ -1082,11 +1054,11 @@ word_statistics:
|
|
|
1082
1054
|
type: page
|
|
1083
1055
|
title: Obsidian Graph View
|
|
1084
1056
|
performance.md:
|
|
1085
|
-
words:
|
|
1057
|
+
words: 479
|
|
1086
1058
|
type: page
|
|
1087
1059
|
title: Obsidian Resolver — Performance & Caching
|
|
1088
1060
|
syntax-reference.md:
|
|
1089
|
-
words:
|
|
1061
|
+
words: 773
|
|
1090
1062
|
type: page
|
|
1091
1063
|
title: Obsidian Syntax Reference
|
|
1092
1064
|
troubleshooting.md:
|
|
@@ -1102,7 +1074,7 @@ word_statistics:
|
|
|
1102
1074
|
type: page
|
|
1103
1075
|
title: Ruby 101
|
|
1104
1076
|
aieo.md:
|
|
1105
|
-
words:
|
|
1077
|
+
words: 436
|
|
1106
1078
|
type: page
|
|
1107
1079
|
title: AIEO — AI Engine Optimization
|
|
1108
1080
|
meta-tags.md:
|
|
@@ -1138,19 +1110,19 @@ word_statistics:
|
|
|
1138
1110
|
type: page
|
|
1139
1111
|
title: Markdown Formatting Tips
|
|
1140
1112
|
github-setup.md:
|
|
1141
|
-
words:
|
|
1113
|
+
words: 557
|
|
1142
1114
|
type: page
|
|
1143
1115
|
title: GitHub Setup & Deployment
|
|
1144
1116
|
jekyll-setup.md:
|
|
1145
|
-
words:
|
|
1117
|
+
words: 617
|
|
1146
1118
|
type: page
|
|
1147
1119
|
title: Jekyll Setup
|
|
1148
1120
|
machine-setup.md:
|
|
1149
|
-
words:
|
|
1121
|
+
words: 562
|
|
1150
1122
|
type: page
|
|
1151
1123
|
title: Machine Setup
|
|
1152
1124
|
personalization.md:
|
|
1153
|
-
words:
|
|
1125
|
+
words: 3693
|
|
1154
1126
|
type: page
|
|
1155
1127
|
title: Site Personalization & Configuration
|
|
1156
1128
|
archives.md:
|
|
@@ -1222,13 +1194,17 @@ word_statistics:
|
|
|
1222
1194
|
type: page
|
|
1223
1195
|
title: Terms of Service
|
|
1224
1196
|
AGENTS.md:
|
|
1225
|
-
words:
|
|
1197
|
+
words: 1389
|
|
1226
1198
|
type: page
|
|
1227
1199
|
title: AGENTS
|
|
1228
1200
|
CHANGELOG.md:
|
|
1229
|
-
words:
|
|
1201
|
+
words: 20091
|
|
1230
1202
|
type: page
|
|
1231
1203
|
title: CHANGELOG
|
|
1204
|
+
CLAUDE.md:
|
|
1205
|
+
words: 945
|
|
1206
|
+
type: page
|
|
1207
|
+
title: CLAUDE
|
|
1232
1208
|
CODE_OF_CONDUCT.md:
|
|
1233
1209
|
words: 1004
|
|
1234
1210
|
type: page
|
|
@@ -1246,55 +1222,55 @@ word_statistics:
|
|
|
1246
1222
|
type: page
|
|
1247
1223
|
title: '404'
|
|
1248
1224
|
focus_areas:
|
|
1249
|
-
Documentation & Content:
|
|
1250
|
-
Web Development:
|
|
1251
|
-
AI & Machine Learning:
|
|
1252
|
-
Programming & Scripting:
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1225
|
+
Documentation & Content: 111
|
|
1226
|
+
Web Development: 70
|
|
1227
|
+
AI & Machine Learning: 47
|
|
1228
|
+
Programming & Scripting: 43
|
|
1229
|
+
System Administration: 32
|
|
1230
|
+
DevOps & Infrastructure: 31
|
|
1231
|
+
Creative & Experimental: 24
|
|
1232
|
+
Tools & Development Environment: 24
|
|
1257
1233
|
Data & Analytics: 21
|
|
1258
1234
|
skill_levels:
|
|
1259
|
-
beginner:
|
|
1235
|
+
beginner: 25
|
|
1260
1236
|
intermediate: 16
|
|
1261
|
-
advanced:
|
|
1237
|
+
advanced: 10
|
|
1262
1238
|
expert: 8
|
|
1263
1239
|
content_types:
|
|
1264
1240
|
Tutorial: 37
|
|
1265
|
-
Article:
|
|
1266
|
-
Documentation:
|
|
1267
|
-
Journal Entry:
|
|
1268
|
-
News/Update:
|
|
1241
|
+
Article: 33
|
|
1242
|
+
Documentation: 21
|
|
1243
|
+
Journal Entry: 15
|
|
1244
|
+
News/Update: 8
|
|
1269
1245
|
date_range:
|
|
1270
1246
|
earliest: 2021
|
|
1271
1247
|
latest: 2026
|
|
1272
1248
|
span_years: 6
|
|
1273
|
-
drafts:
|
|
1274
|
-
published:
|
|
1249
|
+
drafts: 11
|
|
1250
|
+
published: 166
|
|
1275
1251
|
category_count: 55
|
|
1276
|
-
tag_count:
|
|
1252
|
+
tag_count: 258
|
|
1277
1253
|
author_count: 5
|
|
1278
1254
|
top_categories:
|
|
1279
|
-
docs:
|
|
1280
|
-
features:
|
|
1255
|
+
docs: 75
|
|
1256
|
+
features: 27
|
|
1257
|
+
Documentation: 15
|
|
1281
1258
|
development: 15
|
|
1282
|
-
|
|
1283
|
-
jekyll: 13
|
|
1259
|
+
Development: 9
|
|
1284
1260
|
top_tags:
|
|
1285
|
-
jekyll:
|
|
1286
|
-
docker:
|
|
1261
|
+
jekyll: 31
|
|
1262
|
+
docker: 15
|
|
1287
1263
|
documentation: 14
|
|
1288
1264
|
navigation: 13
|
|
1289
1265
|
automation: 12
|
|
1266
|
+
ai: 10
|
|
1267
|
+
development: 9
|
|
1290
1268
|
bootstrap: 9
|
|
1291
|
-
|
|
1292
|
-
development: 8
|
|
1293
|
-
accessibility: 7
|
|
1269
|
+
github-pages: 8
|
|
1294
1270
|
obsidian: 7
|
|
1295
1271
|
top_authors:
|
|
1296
1272
|
default: 20
|
|
1297
1273
|
Zer0-Mistakes Team: 10
|
|
1298
|
-
Zer0-Mistakes Development Team:
|
|
1274
|
+
Zer0-Mistakes Development Team: 6
|
|
1299
1275
|
Amr Abdel Eissa: 1
|
|
1300
1276
|
"{{author}}": 1
|