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.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +395 -0
  3. data/README.md +27 -19
  4. data/_data/authors.yml +154 -5
  5. data/_data/backlog.yml +5 -5
  6. data/_data/content_statistics.yml +273 -297
  7. data/_data/features.yml +4 -25
  8. data/_data/navigation/README.md +24 -0
  9. data/_data/navigation/about.yml +2 -0
  10. data/_data/navigation/main.yml +2 -7
  11. data/_data/roadmap.yml +86 -12
  12. data/_includes/components/author-avatar-url.html +28 -0
  13. data/_includes/components/author-bio.html +86 -0
  14. data/_includes/components/author-card.html +184 -121
  15. data/_includes/components/author-eeat.html +10 -4
  16. data/_includes/components/info-section.html +1 -1
  17. data/_includes/components/mermaid.html +0 -3
  18. data/_includes/components/post-card.html +19 -9
  19. data/_includes/content/giscus.html +3 -2
  20. data/_includes/core/footer-fabs.html +28 -0
  21. data/_includes/core/footer.html +7 -17
  22. data/_includes/core/head.html +2 -2
  23. data/_includes/navigation/breadcrumbs.html +20 -2
  24. data/_includes/navigation/local-graph.html +18 -2
  25. data/_includes/obsidian/full-graph.html +4 -6
  26. data/_layouts/article.html +44 -74
  27. data/_layouts/author.html +274 -0
  28. data/_layouts/authors.html +55 -0
  29. data/_layouts/news.html +3 -3
  30. data/_layouts/note.html +21 -6
  31. data/_layouts/notebook.html +21 -6
  32. data/_layouts/root.html +31 -17
  33. data/_layouts/section.html +3 -3
  34. data/_plugins/author_pages_generator.rb +121 -0
  35. data/_sass/components/_author.scss +219 -0
  36. data/_sass/components/_content-tables.scss +16 -1
  37. data/_sass/components/_notes-index.scss +102 -0
  38. data/_sass/components/_search-modal.scss +40 -0
  39. data/_sass/components/_ui-enhancements.scss +570 -0
  40. data/_sass/core/_docs-code-examples.scss +463 -0
  41. data/_sass/core/_docs-layout.scss +0 -453
  42. data/_sass/core/_navbar.scss +253 -0
  43. data/_sass/core/_sidebar-extras.scss +79 -0
  44. data/_sass/core/_toc.scss +87 -0
  45. data/_sass/core/_variables.scss +7 -142
  46. data/_sass/custom.scss +24 -1122
  47. data/_sass/layouts/_global-chrome.scss +59 -0
  48. data/assets/css/main.scss +19 -2
  49. data/assets/js/author-profile.js +190 -0
  50. data/assets/js/modules/navigation/navbar.js +104 -0
  51. data/assets/js/obsidian-graph.js +2 -2
  52. data/assets/js/obsidian-local-graph.js +11 -5
  53. data/assets/vendor/cytoscape/cytoscape.min.js +32 -0
  54. data/scripts/README.md +39 -0
  55. data/scripts/bin/validate +11 -1
  56. data/scripts/dev/css-diff.sh +49 -0
  57. data/scripts/dev/shot.js +37 -0
  58. data/scripts/features/generate-preview-images +110 -6
  59. data/scripts/features/pixelate-preview-images +126 -0
  60. data/scripts/features/pixelate_images.py +662 -0
  61. data/scripts/github-setup.sh +0 -0
  62. data/scripts/lib/preview_generator.py +47 -3
  63. data/scripts/pixelate-preview-images.sh +12 -0
  64. data/scripts/test/integration/auto-version +10 -8
  65. data/scripts/test/lib/run_tests.sh +2 -0
  66. data/scripts/test/lib/test_content_review.sh +205 -0
  67. data/scripts/test/lib/test_pixelate_images.sh +108 -0
  68. metadata +25 -20
  69. data/_data/hub.yml +0 -68
  70. data/_data/hub_index.yml +0 -203
  71. data/_data/navigation/hub.yml +0 -110
  72. data/assets/vendor/font-awesome/css/all.min.css +0 -9
  73. data/assets/vendor/font-awesome/webfonts/fa-brands-400.ttf +0 -0
  74. data/assets/vendor/font-awesome/webfonts/fa-brands-400.woff2 +0 -0
  75. data/assets/vendor/font-awesome/webfonts/fa-regular-400.ttf +0 -0
  76. data/assets/vendor/font-awesome/webfonts/fa-regular-400.woff2 +0 -0
  77. data/assets/vendor/font-awesome/webfonts/fa-solid-900.ttf +0 -0
  78. data/assets/vendor/font-awesome/webfonts/fa-solid-900.woff2 +0 -0
  79. data/assets/vendor/font-awesome/webfonts/fa-v4compatibility.ttf +0 -0
  80. data/assets/vendor/font-awesome/webfonts/fa-v4compatibility.woff2 +0 -0
  81. data/assets/vendor/jquery/jquery-3.7.1.min.js +0 -2
  82. data/scripts/lib/hub.rb +0 -208
  83. data/scripts/provision-org-sites.rb +0 -252
  84. data/scripts/provision-org-sites.sh +0 -23
  85. data/scripts/sync-hub-metadata.rb +0 -184
  86. data/scripts/sync-hub-metadata.sh +0 -22
@@ -1,37 +1,37 @@
1
1
  ---
2
- generated_at: '2026-05-30 19:26:05'
2
+ generated_at: '2026-06-16 17:40:51'
3
3
  overview:
4
4
  total_posts: 25
5
- total_pages: 148
6
- total_content: 173
5
+ total_pages: 141
6
+ total_content: 166
7
7
  total_categories: 55
8
- total_tags: 254
8
+ total_tags: 258
9
9
  total_authors: 5
10
- total_words: 106650
11
- average_words_per_post: 616.5
12
- published: 173
13
- drafts: 14
10
+ total_words: 106674
11
+ average_words_per_post: 642.6
12
+ published: 166
13
+ drafts: 11
14
14
  categories:
15
15
  - - docs
16
- - 84
16
+ - 75
17
17
  - - features
18
- - 26
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
- - - deployment
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
- - - Quick Start
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
- - 39
127
+ - 31
128
128
  - - docker
129
- - 14
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
- - 9
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
- - - github-pages
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
- - - search
156
+ - - copilot
157
157
  - 5
158
- - - seo
158
+ - - reference
159
159
  - 5
160
- - - copilot
160
+ - - search
161
161
  - 5
162
- - - css
162
+ - - configuration
163
163
  - 5
164
- - - reference
164
+ - - seo
165
165
  - 5
166
- - - setup
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
- - - performance
176
+ - - privacy
175
177
  - 4
176
178
  - - devops
177
179
  - 4
178
- - - analytics
179
- - 4
180
- - - privacy
181
- - 4
182
- - - tracking
183
- - 3
184
- - - customization
185
- - 3
186
- - - sitemap
180
+ - - features
187
181
  - 3
188
- - - responsive
182
+ - - planning
189
183
  - 3
190
- - - theme
184
+ - - yaml
191
185
  - 3
192
- - - installation
186
+ - - strategy
193
187
  - 3
194
188
  - - quickstart
195
189
  - 3
196
- - - yaml
190
+ - - theme
197
191
  - 3
198
- - - front-matter
192
+ - - sitemap
199
193
  - 3
200
- - - features
194
+ - - version-control
201
195
  - 3
202
- - - planning
196
+ - - keyboard
203
197
  - 3
204
- - - strategy
198
+ - - installation
205
199
  - 3
206
- - - keyboard
200
+ - - tracking
207
201
  - 3
208
- - - version-control
202
+ - - github
209
203
  - 3
210
- - - security
204
+ - - customization
211
205
  - 3
212
- - - netlify
206
+ - - performance
213
207
  - 3
214
- - - markdown
208
+ - - responsive
209
+ - 3
210
+ - - meta
215
211
  - 2
216
- - - toc
212
+ - - business
217
213
  - 2
218
- - - content
214
+ - - netlify
219
215
  - 2
220
- - - contributing
216
+ - - hosting
221
217
  - 2
222
- - - aipd
218
+ - - front-matter
223
219
  - 2
224
- - - kis
220
+ - - github-actions
225
221
  - 2
226
- - - dry
222
+ - - support
227
223
  - 2
228
- - - dff
224
+ - - ai-assisted-development
229
225
  - 2
230
- - - mermaid
226
+ - - contributing
231
227
  - 2
232
228
  - - ci/cd
233
229
  - 2
234
- - - mathjax
235
- - 2
236
- - - ai-assisted-development
230
+ - - gems
237
231
  - 2
238
- - - shortcuts
232
+ - - dff
239
233
  - 2
240
- - - bash
234
+ - - sidebar
241
235
  - 2
242
- - - assets
236
+ - - dry
243
237
  - 2
244
- - - dns
238
+ - - security
245
239
  - 2
246
- - - sidebar
240
+ - - kis
247
241
  - 2
248
- - - version
242
+ - - aipd
249
243
  - 2
250
244
  - - styles
251
245
  - 2
252
246
  - - layouts
253
247
  - 2
254
- - - github
248
+ - - content
255
249
  - 2
256
- - - jupyter
250
+ - - markdown
251
+ - 2
252
+ - - getting-started
257
253
  - 2
258
254
  - - templates
259
255
  - 2
260
256
  - - components
261
257
  - 2
262
- - - hosting
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
- - - gdpr
264
+ - - version
265
+ - 2
266
+ - - glossary
277
267
  - 2
278
268
  - - faq
279
269
  - 2
280
- - - glossary
270
+ - - assets
281
271
  - 2
282
- - - troubleshooting
272
+ - - aieo
283
273
  - 2
284
- - - meta
274
+ - - productivity
285
275
  - 2
286
276
  - - climate
287
277
  - 2
288
- - - remote-theme
289
- - 2
290
- - - support
278
+ - - manufacturing
291
279
  - 2
292
280
  - - technology
293
281
  - 2
294
282
  - - digital-transformation
295
283
  - 2
296
- - - tutorial
284
+ - - bundler
297
285
  - 2
298
- - - authoring
286
+ - - remote-theme
299
287
  - 2
300
- - - frontend
288
+ - - gdpr
301
289
  - 2
302
- - - manufacturing
290
+ - - troubleshooting
303
291
  - 2
304
- - - liquid
292
+ - - web-design
305
293
  - 2
306
- - - bundler
294
+ - - jupyter
307
295
  - 2
308
- - - productivity
296
+ - - tutorial
309
297
  - 2
310
- - - business
298
+ - - syntax
311
299
  - 2
312
- - - web-design
300
+ - - shortcuts
313
301
  - 2
314
- - - operations
302
+ - - authoring
315
303
  - 2
316
- - - syntax
304
+ - - frontend
317
305
  - 2
318
- - - aieo
306
+ - - operations
319
307
  - 2
320
- - - highlighting
308
+ - - bash
321
309
  - 2
322
- - - personalization
323
- - 1
324
- - - contact
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
- - - formatting
314
+ - - code
337
315
  - 1
338
- - - flowchart
316
+ - - clipboard
339
317
  - 1
340
- - - mobile
318
+ - - developer-experience
341
319
  - 1
342
- - - cheatsheet
320
+ - - consent
343
321
  - 1
344
- - - containers
322
+ - - ccpa
345
323
  - 1
346
- - - startup
324
+ - - posthog
347
325
  - 1
348
326
  - - dark-mode
349
327
  - 1
350
328
  - - cookies
351
329
  - 1
352
- - - ccpa
353
- - 1
354
- - - ai-integration
355
- - 1
356
- - - ai-automation
357
- - 1
358
- - - consent
330
+ - - es6
359
331
  - 1
360
- - - ai-collaboration
332
+ - - fab
361
333
  - 1
362
334
  - - zero-config
363
335
  - 1
364
- - - releases
336
+ - - mobile
365
337
  - 1
366
- - - roadmap
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
- - - data-science
350
+ - - mermaid
379
351
  - 1
380
- - - email
352
+ - - latex
381
353
  - 1
382
- - - skip-link
354
+ - - data-science
383
355
  - 1
384
- - - debugging
356
+ - - math
385
357
  - 1
386
- - - '404'
358
+ - - mathjax
387
359
  - 1
388
- - - optimization
360
+ - - organization
389
361
  - 1
390
- - - graph
362
+ - - pagination
363
+ - 1
364
+ - - liquid
391
365
  - 1
392
366
  - - vault
393
367
  - 1
394
- - - ux
368
+ - - graph
395
369
  - 1
396
- - - plugin
370
+ - - optimization
397
371
  - 1
398
- - - footer
372
+ - - email
399
373
  - 1
400
- - - pagination
374
+ - - debugging
401
375
  - 1
402
- - - domain
376
+ - - beginner
403
377
  - 1
404
- - - organization
378
+ - - structured-data
405
379
  - 1
406
- - - collections
380
+ - - opengraph
407
381
  - 1
408
- - - rouge
382
+ - - twitter-cards
409
383
  - 1
410
- - - headings
384
+ - - indexing
411
385
  - 1
412
- - - vendor
386
+ - - terminal
413
387
  - 1
414
- - - prerequisites
388
+ - - zsh
415
389
  - 1
416
- - - fab
390
+ - - containers
417
391
  - 1
418
- - - zsh
392
+ - - cheatsheet
419
393
  - 1
420
- - - terminal
394
+ - - formatting
421
395
  - 1
422
- - - javascript
396
+ - - writing
423
397
  - 1
424
- - - es6
398
+ - - ai-powered
425
399
  - 1
426
- - - indexing
400
+ - - cross-platform
427
401
  - 1
428
- - - twitter-cards
402
+ - - personalization
429
403
  - 1
430
- - - opengraph
404
+ - - contact
431
405
  - 1
432
- - - posthog
406
+ - - ai-integration
433
407
  - 1
434
- - - preview
408
+ - - ai-automation
435
409
  - 1
436
- - - structured-data
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
- - - scroll
582
+ - - chatbot
579
583
  - 1
580
- - - breadcrumbs
584
+ - - claude
581
585
  - 1
582
- - - code
586
+ - - anthropic
583
587
  - 1
584
- - - clipboard
588
+ - - proxy
585
589
  - 1
586
- - - developer-experience
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: 5
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': 23
650
+ '2026': 24
643
651
  '2024': 2
644
652
  '2021': 1
645
653
  content_breakdown:
646
654
  post: 25
647
- page: 148
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: 15
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: 5978
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: 149
781
+ words: 687
774
782
  type: page
775
- title: SEO
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: 74
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: 690
805
+ words: 693
798
806
  type: page
799
807
  title: Jekyll Collections
800
808
  config.md:
801
- words: 679
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: 423
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: 793
841
+ words: 814
834
842
  type: page
835
843
  title: Include Components
836
844
  layouts.md:
837
- words: 448
845
+ words: 469
838
846
  type: page
839
847
  title: Layouts
840
848
  styles.md:
841
- words: 493
849
+ words: 529
842
850
  type: page
843
851
  title: Styles
844
852
  custom-domain.md:
845
- words: 759
853
+ words: 762
846
854
  type: page
847
855
  title: Custom Domain Setup
848
856
  github-pages.md:
849
- words: 512
857
+ words: 532
850
858
  type: page
851
859
  title: Deploy to GitHub Pages
852
860
  netlify.md:
853
- words: 713
861
+ words: 717
854
862
  type: page
855
863
  title: Deploy to Netlify
856
864
  agents.md:
857
- words: 443
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: 632
873
+ words: 80
866
874
  type: page
867
875
  title: Dependency Updates
868
876
  devcontainer.md:
869
- words: 413
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: 647
885
+ words: 648
878
886
  type: page
879
887
  title: Documentation
880
888
  frontmatter-validation.md:
881
- words: 404
889
+ words: 407
882
890
  type: page
883
891
  title: Config-Driven Frontmatter Validation
884
892
  prd.md:
885
- words: 599
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: 690
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: 915
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: 613
917
+ words: 110
910
918
  type: page
911
919
  title: Version Bump Workflow
912
920
  admin-dashboard.md:
913
- words: 376
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: 439
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: 546
961
+ words: 569
950
962
  type: page
951
963
  title: Jupyter Notebook Integration
952
964
  keyboard-navigation.md:
953
- words: 664
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: 939
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: 387
981
+ words: 389
970
982
  type: page
971
983
  title: ES6 Modular Navigation Architecture
972
984
  posthog-analytics.md:
973
- words: 674
985
+ words: 693
974
986
  type: page
975
987
  title: PostHog Analytics
976
988
  preview-image-generator.md:
977
- words: 730
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: 633
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: 270
1005
+ words: 274
994
1006
  type: page
995
1007
  title: Smart 404 & Site Configuration Detection
996
1008
  theme-version.md:
997
- words: 467
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: 247
1017
+ words: 248
1006
1018
  type: page
1007
1019
  title: Vendored Bootstrap & Icon Assets
1008
1020
  front-matter.md:
1009
- words: 404
1021
+ words: 401
1010
1022
  type: page
1011
1023
  title: Front Matter
1012
1024
  quick-start.md:
1013
- words: 968
1025
+ words: 987
1014
1026
  type: page
1015
1027
  title: Quick Start Guide
1016
1028
  theme-guide.md:
1017
- words: 1116
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: 260
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: 457
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: 478
1057
+ words: 479
1086
1058
  type: page
1087
1059
  title: Obsidian Resolver — Performance & Caching
1088
1060
  syntax-reference.md:
1089
- words: 776
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: 432
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: 1265
1113
+ words: 557
1142
1114
  type: page
1143
1115
  title: GitHub Setup & Deployment
1144
1116
  jekyll-setup.md:
1145
- words: 1222
1117
+ words: 617
1146
1118
  type: page
1147
1119
  title: Jekyll Setup
1148
1120
  machine-setup.md:
1149
- words: 3307
1121
+ words: 562
1150
1122
  type: page
1151
1123
  title: Machine Setup
1152
1124
  personalization.md:
1153
- words: 3651
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: 1160
1197
+ words: 1389
1226
1198
  type: page
1227
1199
  title: AGENTS
1228
1200
  CHANGELOG.md:
1229
- words: 17026
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: 119
1250
- Web Development: 76
1251
- AI & Machine Learning: 45
1252
- Programming & Scripting: 42
1253
- DevOps & Infrastructure: 32
1254
- System Administration: 31
1255
- Tools & Development Environment: 26
1256
- Creative & Experimental: 23
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: 26
1235
+ beginner: 25
1260
1236
  intermediate: 16
1261
- advanced: 11
1237
+ advanced: 10
1262
1238
  expert: 8
1263
1239
  content_types:
1264
1240
  Tutorial: 37
1265
- Article: 31
1266
- Documentation: 18
1267
- Journal Entry: 16
1268
- News/Update: 9
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: 14
1274
- published: 173
1249
+ drafts: 11
1250
+ published: 166
1275
1251
  category_count: 55
1276
- tag_count: 254
1252
+ tag_count: 258
1277
1253
  author_count: 5
1278
1254
  top_categories:
1279
- docs: 84
1280
- features: 26
1255
+ docs: 75
1256
+ features: 27
1257
+ Documentation: 15
1281
1258
  development: 15
1282
- Documentation: 14
1283
- jekyll: 13
1259
+ Development: 9
1284
1260
  top_tags:
1285
- jekyll: 39
1286
- docker: 14
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
- ai: 9
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: 5
1274
+ Zer0-Mistakes Development Team: 6
1299
1275
  Amr Abdel Eissa: 1
1300
1276
  "{{author}}": 1