jekyll-theme-zer0 0.18.1 → 0.19.0
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 +83 -0
- data/_data/features.yml +351 -29
- data/_data/navigation/docs.yml +76 -38
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2762fcc15622f37d8da52c140ee11098aa163abb97e5720e97573cd7b4eef88
|
|
4
|
+
data.tar.gz: f87e1f3ccbd72c8b7d37c852310b1e47891c9704efdaa54c8aa3af5d91648881
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1cf89abaed77e80d6cda55622428ff5ee6c856eeed583c215d767bfcb1ed559ceb772ca1ca6c8399af7cdee106edcead83d55f94fda52771c48988d6246d54fc
|
|
7
|
+
data.tar.gz: 2dc0f873814aa9bfb9d69083ad0093bb60e49f67bfe885ed062e67b990305f6d3f13436109a9183f71d0670dcbd8d662b8555610e083a275688ec60e2065a618
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,88 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.19.0] - 2026-01-25
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- **Feature Discovery**: Identified and documented 15 previously unlisted features (ZER0-029 through ZER0-043):
|
|
7
|
+
- `back-to-top.md` - Floating scroll-to-top button
|
|
8
|
+
- `code-copy.md` - One-click code block copy
|
|
9
|
+
- `color-modes.md` - Dark/light mode toggle with system preference detection
|
|
10
|
+
- `site-search.md` - Client-side search with modal and keyboard shortcut
|
|
11
|
+
- `toc.md` - Table of contents with scroll spy
|
|
12
|
+
- `breadcrumbs.md` - Hierarchical navigation with Schema.org markup
|
|
13
|
+
- `statistics-dashboard.md` - Content metrics visualization
|
|
14
|
+
- Google Analytics and Google Tag Manager integrations
|
|
15
|
+
- Auto-hide navigation, particles background, SEO optimization, sitemap generation
|
|
16
|
+
|
|
17
|
+
- **Development Documentation** (`pages/_docs/development/`):
|
|
18
|
+
- `index.md` - Development section overview
|
|
19
|
+
- `release-management.md` - Semantic versioning and gem publishing guide
|
|
20
|
+
- `testing.md` - Comprehensive test suite documentation
|
|
21
|
+
- `version-bump.md` - Automated version workflow guide
|
|
22
|
+
- `security.md` - CodeQL scanning documentation
|
|
23
|
+
- `ci-cd.md` - CI/CD pipeline guide
|
|
24
|
+
- `dependency-updates.md` - Automated dependency management
|
|
25
|
+
- `scripts.md` - Shell script automation library
|
|
26
|
+
- `documentation.md` - Dual documentation architecture guide
|
|
27
|
+
- `prd.md` - Product requirements document
|
|
28
|
+
|
|
29
|
+
- **Feature Documentation** (`pages/_docs/features/`):
|
|
30
|
+
- `copilot-integration.md` - GitHub Copilot integration guide
|
|
31
|
+
- `cookie-consent.md` - GDPR/CCPA compliant consent system
|
|
32
|
+
- `sidebar-navigation.md` - Enhanced sidebar with scroll spy
|
|
33
|
+
- `mobile-toc.md` - Mobile TOC floating action button
|
|
34
|
+
- `skip-to-content.md` - WCAG 2.1 accessibility link
|
|
35
|
+
- `jupyter-notebooks.md` - Jupyter notebook support
|
|
36
|
+
- `theme-version.md` - Theme version display plugin
|
|
37
|
+
|
|
38
|
+
- **Analytics Section** (`pages/_docs/analytics/`):
|
|
39
|
+
- `index.md` - Analytics overview
|
|
40
|
+
- `google-analytics.md` - GA4 integration guide
|
|
41
|
+
- `google-tag-manager.md` - GTM setup guide
|
|
42
|
+
|
|
43
|
+
- **SEO Section** (`pages/_docs/seo/`):
|
|
44
|
+
- `index.md` - SEO features overview
|
|
45
|
+
- `meta-tags.md` - Open Graph, Twitter Cards, JSON-LD
|
|
46
|
+
- `sitemap.md` - XML sitemap and search index generation
|
|
47
|
+
|
|
48
|
+
- **Jekyll Documentation**:
|
|
49
|
+
- `collections.md` - Jekyll collections organization guide
|
|
50
|
+
|
|
51
|
+
- **Customization Documentation**:
|
|
52
|
+
- `includes.md` - 70+ include components guide
|
|
53
|
+
|
|
54
|
+
### Changed
|
|
55
|
+
- **features.yml**: Added 15 new features (ZER0-029 to ZER0-043) with complete metadata
|
|
56
|
+
- **features.yml**: Updated all documentation links from GitHub URLs to local `/docs/` pages
|
|
57
|
+
- **bootstrap/index.md**: Expanded with comprehensive examples (grid, components, utilities)
|
|
58
|
+
- **preview-image-generator.md**: Complete rewrite with AI provider details and configuration
|
|
59
|
+
|
|
60
|
+
### Documentation Stats
|
|
61
|
+
- **43 total features** now fully documented
|
|
62
|
+
- **40+ new/updated documentation pages** created
|
|
63
|
+
- All features linked to `/docs/` pages (no external GitHub links for docs)
|
|
64
|
+
|
|
65
|
+
## [0.18.2] - 2026-01-25
|
|
66
|
+
|
|
67
|
+
### Changed
|
|
68
|
+
- **Documentation Architecture**: Major restructure separating user documentation (`pages/_docs/`) from developer documentation (`docs/`)
|
|
69
|
+
- **Navigation**: Updated `_data/navigation/docs.yml` with new section structure
|
|
70
|
+
|
|
71
|
+
### Added
|
|
72
|
+
- **User Documentation** (`pages/_docs/`):
|
|
73
|
+
- `getting-started/` - Installation guides, quick start, theme guide
|
|
74
|
+
- `features/` - Mermaid diagrams, MathJax, Giscus comments, PostHog analytics, keyboard navigation
|
|
75
|
+
- `deployment/` - GitHub Pages, Netlify, custom domain guides
|
|
76
|
+
- `customization/` - Layouts, styles, navigation customization guides
|
|
77
|
+
- **Developer Documentation** (`docs/`):
|
|
78
|
+
- `architecture/` - Project structure, layouts/includes, build system
|
|
79
|
+
- `development/` - Local setup, testing, code style guides
|
|
80
|
+
- `implementation/` - Feature implementation changelogs (renamed from `features/`)
|
|
81
|
+
|
|
82
|
+
### Removed
|
|
83
|
+
- Duplicate user-facing documentation from `docs/jekyll/` (moved to `pages/_docs/`)
|
|
84
|
+
- Legacy `docs/QUICKSTART.md` and `docs/keyboard-navigation.md` (content moved to user docs)
|
|
85
|
+
|
|
3
86
|
## [0.18.1] - 2026-01-24
|
|
4
87
|
|
|
5
88
|
### Changed
|
data/_data/features.yml
CHANGED
|
@@ -14,7 +14,7 @@ features:
|
|
|
14
14
|
implemented: true
|
|
15
15
|
version: "0.1.0"
|
|
16
16
|
link: "/"
|
|
17
|
-
docs: "
|
|
17
|
+
docs: "/docs/bootstrap/"
|
|
18
18
|
tags: [jekyll, theme, bootstrap, ui, responsive]
|
|
19
19
|
date: 2025-01-27
|
|
20
20
|
references:
|
|
@@ -35,7 +35,7 @@ features:
|
|
|
35
35
|
implemented: true
|
|
36
36
|
version: "0.1.0"
|
|
37
37
|
link: "/"
|
|
38
|
-
docs: "
|
|
38
|
+
docs: "/docs/docker/"
|
|
39
39
|
tags: [docker, devops, development, cross-platform]
|
|
40
40
|
date: 2025-01-27
|
|
41
41
|
references:
|
|
@@ -55,7 +55,7 @@ features:
|
|
|
55
55
|
implemented: true
|
|
56
56
|
version: "0.6.0"
|
|
57
57
|
link: "/"
|
|
58
|
-
docs: "
|
|
58
|
+
docs: "/docs/installation/"
|
|
59
59
|
tags: [ai, automation, installation, error-handling, bash]
|
|
60
60
|
date: 2025-01-27
|
|
61
61
|
references:
|
|
@@ -80,7 +80,7 @@ features:
|
|
|
80
80
|
implemented: true
|
|
81
81
|
version: "0.8.0"
|
|
82
82
|
link: "/docs/features/preview-image-generator/"
|
|
83
|
-
docs: "
|
|
83
|
+
docs: "/docs/features/preview-image-generator/"
|
|
84
84
|
tags: [ai, images, automation, openai, content]
|
|
85
85
|
date: 2025-01-28
|
|
86
86
|
references:
|
|
@@ -117,8 +117,8 @@ features:
|
|
|
117
117
|
description: "Comprehensive AI development assistance with structured instructions, file-specific guidance, and front matter optimization for maximum AI productivity"
|
|
118
118
|
implemented: true
|
|
119
119
|
version: "0.15.0"
|
|
120
|
-
link: "/.github/copilot-instructions.md"
|
|
121
|
-
docs: "
|
|
120
|
+
link: "https://github.com/bamr87/zer0-mistakes/blob/main/.github/copilot-instructions.md"
|
|
121
|
+
docs: "/docs/features/copilot-integration/"
|
|
122
122
|
tags: [ai, copilot, development, documentation]
|
|
123
123
|
date: 2025-11-15
|
|
124
124
|
references:
|
|
@@ -147,7 +147,7 @@ features:
|
|
|
147
147
|
implemented: true
|
|
148
148
|
version: "0.6.0"
|
|
149
149
|
link: "/"
|
|
150
|
-
docs: "
|
|
150
|
+
docs: "/docs/features/posthog-analytics/"
|
|
151
151
|
tags: [analytics, privacy, gdpr, ccpa, posthog]
|
|
152
152
|
date: 2025-11-15
|
|
153
153
|
references:
|
|
@@ -170,7 +170,7 @@ features:
|
|
|
170
170
|
implemented: true
|
|
171
171
|
version: "0.6.0"
|
|
172
172
|
link: "/"
|
|
173
|
-
docs: "
|
|
173
|
+
docs: "/docs/features/cookie-consent/"
|
|
174
174
|
tags: [privacy, gdpr, ccpa, cookies, consent]
|
|
175
175
|
date: 2025-11-15
|
|
176
176
|
references:
|
|
@@ -194,7 +194,7 @@ features:
|
|
|
194
194
|
implemented: true
|
|
195
195
|
version: "0.14.0"
|
|
196
196
|
link: "/"
|
|
197
|
-
docs: "docs/
|
|
197
|
+
docs: "/docs/features/sidebar-navigation/"
|
|
198
198
|
tags: [navigation, ui, accessibility, performance, sidebar]
|
|
199
199
|
date: 2025-12-01
|
|
200
200
|
references:
|
|
@@ -223,7 +223,7 @@ features:
|
|
|
223
223
|
implemented: true
|
|
224
224
|
version: "0.14.0"
|
|
225
225
|
link: "/"
|
|
226
|
-
docs: "docs/keyboard-navigation
|
|
226
|
+
docs: "/docs/features/keyboard-navigation/"
|
|
227
227
|
tags: [accessibility, keyboard, navigation, ux]
|
|
228
228
|
date: 2025-12-01
|
|
229
229
|
references:
|
|
@@ -245,7 +245,7 @@ features:
|
|
|
245
245
|
implemented: true
|
|
246
246
|
version: "0.14.0"
|
|
247
247
|
link: "/"
|
|
248
|
-
docs: "docs/
|
|
248
|
+
docs: "/docs/features/mobile-toc/"
|
|
249
249
|
tags: [mobile, navigation, ui, toc, fab]
|
|
250
250
|
date: 2025-12-01
|
|
251
251
|
references:
|
|
@@ -265,7 +265,7 @@ features:
|
|
|
265
265
|
implemented: true
|
|
266
266
|
version: "0.14.0"
|
|
267
267
|
link: "/"
|
|
268
|
-
docs: "docs/
|
|
268
|
+
docs: "/docs/features/skip-to-content/"
|
|
269
269
|
tags: [accessibility, wcag, navigation, a11y]
|
|
270
270
|
date: 2025-12-01
|
|
271
271
|
references:
|
|
@@ -282,7 +282,7 @@ features:
|
|
|
282
282
|
implemented: true
|
|
283
283
|
version: "0.13.0"
|
|
284
284
|
link: "/"
|
|
285
|
-
docs: "docs/
|
|
285
|
+
docs: "/docs/features/jupyter-notebooks/"
|
|
286
286
|
tags: [jupyter, notebooks, python, data-science, content]
|
|
287
287
|
date: 2025-11-29
|
|
288
288
|
references:
|
|
@@ -311,7 +311,7 @@ features:
|
|
|
311
311
|
implemented: true
|
|
312
312
|
version: "0.3.0"
|
|
313
313
|
link: "/"
|
|
314
|
-
docs: "
|
|
314
|
+
docs: "/docs/features/mermaid-diagrams/"
|
|
315
315
|
tags: [mermaid, diagrams, visualization, documentation]
|
|
316
316
|
date: 2025-01-27
|
|
317
317
|
references:
|
|
@@ -335,7 +335,7 @@ features:
|
|
|
335
335
|
implemented: true
|
|
336
336
|
version: "0.1.0"
|
|
337
337
|
link: "/"
|
|
338
|
-
docs: "
|
|
338
|
+
docs: "/docs/jekyll/collections/"
|
|
339
339
|
tags: [jekyll, collections, content, organization]
|
|
340
340
|
date: 2025-01-27
|
|
341
341
|
references:
|
|
@@ -362,7 +362,7 @@ features:
|
|
|
362
362
|
implemented: true
|
|
363
363
|
version: "0.5.0"
|
|
364
364
|
link: "/"
|
|
365
|
-
docs: "
|
|
365
|
+
docs: "/docs/development/release-management/"
|
|
366
366
|
tags: [release, automation, semver, ci-cd, versioning]
|
|
367
367
|
date: 2025-11-15
|
|
368
368
|
references:
|
|
@@ -387,7 +387,7 @@ features:
|
|
|
387
387
|
implemented: true
|
|
388
388
|
version: "0.10.0"
|
|
389
389
|
link: "/"
|
|
390
|
-
docs: "
|
|
390
|
+
docs: "/docs/development/testing/"
|
|
391
391
|
tags: [testing, quality, ci-cd, automation]
|
|
392
392
|
date: 2025-11-15
|
|
393
393
|
references:
|
|
@@ -412,7 +412,7 @@ features:
|
|
|
412
412
|
implemented: true
|
|
413
413
|
version: "0.14.2"
|
|
414
414
|
link: "/"
|
|
415
|
-
docs: "
|
|
415
|
+
docs: "/docs/development/version-bump/"
|
|
416
416
|
tags: [github-actions, automation, versioning, ci-cd]
|
|
417
417
|
date: 2025-12-07
|
|
418
418
|
references:
|
|
@@ -432,7 +432,7 @@ features:
|
|
|
432
432
|
implemented: true
|
|
433
433
|
version: "0.10.0"
|
|
434
434
|
link: "/"
|
|
435
|
-
docs: "
|
|
435
|
+
docs: "/docs/development/security/"
|
|
436
436
|
tags: [security, codeql, scanning, ci-cd]
|
|
437
437
|
date: 2025-11-15
|
|
438
438
|
references:
|
|
@@ -453,7 +453,7 @@ features:
|
|
|
453
453
|
implemented: true
|
|
454
454
|
version: "0.1.0"
|
|
455
455
|
link: "/"
|
|
456
|
-
docs: "
|
|
456
|
+
docs: "/docs/customization/layouts/"
|
|
457
457
|
tags: [layouts, templates, jekyll, bootstrap]
|
|
458
458
|
date: 2025-01-27
|
|
459
459
|
references:
|
|
@@ -485,7 +485,7 @@ features:
|
|
|
485
485
|
implemented: true
|
|
486
486
|
version: "0.1.0"
|
|
487
487
|
link: "/"
|
|
488
|
-
docs: "
|
|
488
|
+
docs: "/docs/customization/includes/"
|
|
489
489
|
tags: [includes, components, modular, jekyll]
|
|
490
490
|
date: 2025-01-27
|
|
491
491
|
references:
|
|
@@ -515,7 +515,7 @@ features:
|
|
|
515
515
|
implemented: true
|
|
516
516
|
version: "0.11.0"
|
|
517
517
|
link: "/"
|
|
518
|
-
docs: "docs/
|
|
518
|
+
docs: "/docs/features/theme-version/"
|
|
519
519
|
tags: [plugin, version, jekyll, metadata]
|
|
520
520
|
date: 2025-11-20
|
|
521
521
|
references:
|
|
@@ -539,7 +539,7 @@ features:
|
|
|
539
539
|
implemented: true
|
|
540
540
|
version: "0.15.0"
|
|
541
541
|
link: "/privacy-policy/"
|
|
542
|
-
docs: "
|
|
542
|
+
docs: "/privacy-policy/"
|
|
543
543
|
tags: [legal, privacy, gdpr, ccpa, compliance]
|
|
544
544
|
date: 2025-12-11
|
|
545
545
|
references:
|
|
@@ -557,7 +557,7 @@ features:
|
|
|
557
557
|
implemented: true
|
|
558
558
|
version: "0.15.0"
|
|
559
559
|
link: "/terms-of-service/"
|
|
560
|
-
docs: "
|
|
560
|
+
docs: "/terms-of-service/"
|
|
561
561
|
tags: [legal, terms, compliance]
|
|
562
562
|
date: 2025-12-11
|
|
563
563
|
references:
|
|
@@ -573,7 +573,7 @@ features:
|
|
|
573
573
|
implemented: true
|
|
574
574
|
version: "0.15.0"
|
|
575
575
|
link: "/"
|
|
576
|
-
docs: "docs/
|
|
576
|
+
docs: "/docs/development/prd/"
|
|
577
577
|
tags: [documentation, prd, product, planning]
|
|
578
578
|
date: 2025-11-25
|
|
579
579
|
references:
|
|
@@ -591,7 +591,7 @@ features:
|
|
|
591
591
|
implemented: true
|
|
592
592
|
version: "0.15.0"
|
|
593
593
|
link: "/"
|
|
594
|
-
docs: "
|
|
594
|
+
docs: "/docs/development/documentation/"
|
|
595
595
|
tags: [documentation, mdx, markdown, workflow]
|
|
596
596
|
date: 2025-11-16
|
|
597
597
|
references:
|
|
@@ -615,7 +615,7 @@ features:
|
|
|
615
615
|
implemented: true
|
|
616
616
|
version: "0.14.2"
|
|
617
617
|
link: "/"
|
|
618
|
-
docs: "
|
|
618
|
+
docs: "/docs/development/dependency-updates/"
|
|
619
619
|
tags: [automation, dependencies, github-actions, maintenance]
|
|
620
620
|
date: 2025-12-07
|
|
621
621
|
references:
|
|
@@ -632,7 +632,7 @@ features:
|
|
|
632
632
|
implemented: true
|
|
633
633
|
version: "0.10.0"
|
|
634
634
|
link: "/"
|
|
635
|
-
docs: "
|
|
635
|
+
docs: "/docs/development/ci-cd/"
|
|
636
636
|
tags: [ci-cd, testing, automation, github-actions]
|
|
637
637
|
date: 2025-11-15
|
|
638
638
|
references:
|
|
@@ -654,7 +654,7 @@ features:
|
|
|
654
654
|
implemented: true
|
|
655
655
|
version: "0.5.0"
|
|
656
656
|
link: "/"
|
|
657
|
-
docs: "
|
|
657
|
+
docs: "/docs/development/scripts/"
|
|
658
658
|
tags: [scripts, automation, bash, utilities]
|
|
659
659
|
date: 2025-11-15
|
|
660
660
|
references:
|
|
@@ -674,3 +674,325 @@ features:
|
|
|
674
674
|
- "Content conversion"
|
|
675
675
|
- "Error handling"
|
|
676
676
|
- "Platform detection"
|
|
677
|
+
|
|
678
|
+
# ============================================================================
|
|
679
|
+
# UI COMPONENTS (Discovered Features)
|
|
680
|
+
# ============================================================================
|
|
681
|
+
|
|
682
|
+
- id: ZER0-029
|
|
683
|
+
title: "Back to Top Button"
|
|
684
|
+
description: "Floating button that appears on scroll, allowing users to quickly return to the top of the page with smooth scrolling animation"
|
|
685
|
+
implemented: true
|
|
686
|
+
version: "0.1.0"
|
|
687
|
+
link: "/"
|
|
688
|
+
docs: "/docs/features/back-to-top/"
|
|
689
|
+
tags: [ui, navigation, scroll, accessibility]
|
|
690
|
+
date: 2025-01-01
|
|
691
|
+
references:
|
|
692
|
+
scripts:
|
|
693
|
+
- "assets/js/back-to-top.js"
|
|
694
|
+
features:
|
|
695
|
+
- "Smooth scroll animation"
|
|
696
|
+
- "Appears after 200px scroll"
|
|
697
|
+
- "Passive scroll listener for performance"
|
|
698
|
+
- "Accessible button with proper focus"
|
|
699
|
+
|
|
700
|
+
- id: ZER0-030
|
|
701
|
+
title: "Code Copy Button"
|
|
702
|
+
description: "One-click copy functionality for code blocks with visual feedback and clipboard API integration"
|
|
703
|
+
implemented: true
|
|
704
|
+
version: "0.1.0"
|
|
705
|
+
link: "/"
|
|
706
|
+
docs: "/docs/features/code-copy/"
|
|
707
|
+
tags: [ui, code, clipboard, developer-experience]
|
|
708
|
+
date: 2025-01-01
|
|
709
|
+
references:
|
|
710
|
+
scripts:
|
|
711
|
+
- "assets/js/code-copy.js"
|
|
712
|
+
features:
|
|
713
|
+
- "Automatic button injection on code blocks"
|
|
714
|
+
- "Clipboard API integration"
|
|
715
|
+
- "Visual feedback on copy"
|
|
716
|
+
- "Accessible with ARIA labels"
|
|
717
|
+
- "Bootstrap Icons integration"
|
|
718
|
+
|
|
719
|
+
- id: ZER0-031
|
|
720
|
+
title: "Dark/Light Mode Toggle"
|
|
721
|
+
description: "Theme color mode switcher supporting light, dark, and auto modes with system preference detection and localStorage persistence"
|
|
722
|
+
implemented: true
|
|
723
|
+
version: "0.1.0"
|
|
724
|
+
link: "/"
|
|
725
|
+
docs: "/docs/features/color-modes/"
|
|
726
|
+
tags: [ui, theme, dark-mode, accessibility]
|
|
727
|
+
date: 2025-01-01
|
|
728
|
+
references:
|
|
729
|
+
scripts:
|
|
730
|
+
- "assets/js/color-modes.js"
|
|
731
|
+
features:
|
|
732
|
+
- "Light, dark, and auto modes"
|
|
733
|
+
- "System preference detection"
|
|
734
|
+
- "LocalStorage persistence"
|
|
735
|
+
- "Bootstrap 5.3 data-bs-theme integration"
|
|
736
|
+
- "Smooth theme transitions"
|
|
737
|
+
|
|
738
|
+
- id: ZER0-032
|
|
739
|
+
title: "Site Search"
|
|
740
|
+
description: "Client-side search functionality with modal interface, JSON index, and keyboard shortcut activation"
|
|
741
|
+
implemented: true
|
|
742
|
+
version: "0.1.0"
|
|
743
|
+
link: "/"
|
|
744
|
+
docs: "/docs/features/site-search/"
|
|
745
|
+
tags: [search, navigation, modal, keyboard]
|
|
746
|
+
date: 2025-01-01
|
|
747
|
+
references:
|
|
748
|
+
scripts:
|
|
749
|
+
- "assets/js/search-modal.js"
|
|
750
|
+
includes:
|
|
751
|
+
- "_includes/components/search-modal.html"
|
|
752
|
+
data:
|
|
753
|
+
- "search.json"
|
|
754
|
+
features:
|
|
755
|
+
- "Client-side JSON search index"
|
|
756
|
+
- "Bootstrap modal interface"
|
|
757
|
+
- "Keyboard shortcut (/) activation"
|
|
758
|
+
- "Real-time search results"
|
|
759
|
+
- "Accessible search input"
|
|
760
|
+
|
|
761
|
+
- id: ZER0-033
|
|
762
|
+
title: "Auto-hide Navigation"
|
|
763
|
+
description: "Smart navigation bar that hides on scroll down and reappears on scroll up for maximum content visibility"
|
|
764
|
+
implemented: true
|
|
765
|
+
version: "0.1.0"
|
|
766
|
+
link: "/"
|
|
767
|
+
docs: "/docs/features/auto-hide-nav/"
|
|
768
|
+
tags: [ui, navigation, scroll, mobile]
|
|
769
|
+
date: 2025-01-01
|
|
770
|
+
references:
|
|
771
|
+
scripts:
|
|
772
|
+
- "assets/js/auto-hide-nav.js"
|
|
773
|
+
features:
|
|
774
|
+
- "Hide on scroll down"
|
|
775
|
+
- "Show on scroll up"
|
|
776
|
+
- "Smooth CSS transitions"
|
|
777
|
+
- "Mobile-optimized behavior"
|
|
778
|
+
|
|
779
|
+
- id: ZER0-034
|
|
780
|
+
title: "Particles Background"
|
|
781
|
+
description: "Interactive particle animation background using particles.js for visual enhancement on landing pages"
|
|
782
|
+
implemented: true
|
|
783
|
+
version: "0.1.0"
|
|
784
|
+
link: "/"
|
|
785
|
+
docs: "/docs/features/particles-background/"
|
|
786
|
+
tags: [ui, animation, visual, landing]
|
|
787
|
+
date: 2025-01-01
|
|
788
|
+
references:
|
|
789
|
+
scripts:
|
|
790
|
+
- "assets/js/particles.js"
|
|
791
|
+
- "assets/js/particles-source.js"
|
|
792
|
+
config:
|
|
793
|
+
- "assets/particles.json"
|
|
794
|
+
features:
|
|
795
|
+
- "Configurable particle count and behavior"
|
|
796
|
+
- "Interactive mouse effects"
|
|
797
|
+
- "JSON configuration"
|
|
798
|
+
- "Performance optimized"
|
|
799
|
+
|
|
800
|
+
# ============================================================================
|
|
801
|
+
# CONTENT FEATURES (Discovered Features)
|
|
802
|
+
# ============================================================================
|
|
803
|
+
|
|
804
|
+
- id: ZER0-035
|
|
805
|
+
title: "Giscus Comments"
|
|
806
|
+
description: "GitHub Discussions-powered comment system with theme-aware styling and reaction support"
|
|
807
|
+
implemented: true
|
|
808
|
+
version: "0.1.0"
|
|
809
|
+
link: "/"
|
|
810
|
+
docs: "/docs/features/giscus-comments/"
|
|
811
|
+
tags: [comments, github, discussions, engagement]
|
|
812
|
+
date: 2025-01-01
|
|
813
|
+
references:
|
|
814
|
+
includes:
|
|
815
|
+
- "_includes/content/giscus.html"
|
|
816
|
+
docs:
|
|
817
|
+
- "pages/_docs/features/giscus-comments.md"
|
|
818
|
+
features:
|
|
819
|
+
- "GitHub Discussions integration"
|
|
820
|
+
- "Automatic theme detection"
|
|
821
|
+
- "Pathname-based mapping"
|
|
822
|
+
- "Reaction support"
|
|
823
|
+
- "Top-positioned input"
|
|
824
|
+
|
|
825
|
+
- id: ZER0-036
|
|
826
|
+
title: "MathJax Math Rendering"
|
|
827
|
+
description: "LaTeX-style mathematical equation rendering with MathJax integration for technical documentation"
|
|
828
|
+
implemented: true
|
|
829
|
+
version: "0.1.0"
|
|
830
|
+
link: "/"
|
|
831
|
+
docs: "/docs/features/mathjax-math/"
|
|
832
|
+
tags: [math, latex, equations, documentation]
|
|
833
|
+
date: 2025-01-01
|
|
834
|
+
references:
|
|
835
|
+
docs:
|
|
836
|
+
- "pages/_docs/features/mathjax-math.md"
|
|
837
|
+
features:
|
|
838
|
+
- "Inline and block equations"
|
|
839
|
+
- "LaTeX syntax support"
|
|
840
|
+
- "Per-page enablement"
|
|
841
|
+
- "Responsive rendering"
|
|
842
|
+
|
|
843
|
+
- id: ZER0-037
|
|
844
|
+
title: "Table of Contents"
|
|
845
|
+
description: "Automatic table of contents generation from page headings with scroll spy and smooth scrolling"
|
|
846
|
+
implemented: true
|
|
847
|
+
version: "0.1.0"
|
|
848
|
+
link: "/"
|
|
849
|
+
docs: "/docs/features/toc/"
|
|
850
|
+
tags: [navigation, toc, headings, documentation]
|
|
851
|
+
date: 2025-01-01
|
|
852
|
+
references:
|
|
853
|
+
includes:
|
|
854
|
+
- "_includes/content/toc.html"
|
|
855
|
+
features:
|
|
856
|
+
- "Automatic heading extraction"
|
|
857
|
+
- "Scroll spy integration"
|
|
858
|
+
- "Smooth scroll navigation"
|
|
859
|
+
- "Responsive sidebar display"
|
|
860
|
+
- "Active section highlighting"
|
|
861
|
+
|
|
862
|
+
# ============================================================================
|
|
863
|
+
# ANALYTICS FEATURES (Discovered Features)
|
|
864
|
+
# ============================================================================
|
|
865
|
+
|
|
866
|
+
- id: ZER0-038
|
|
867
|
+
title: "Google Analytics"
|
|
868
|
+
description: "Google Analytics 4 integration for website traffic analysis with privacy-conscious configuration"
|
|
869
|
+
implemented: true
|
|
870
|
+
version: "0.1.0"
|
|
871
|
+
link: "/"
|
|
872
|
+
docs: "/docs/analytics/google-analytics/"
|
|
873
|
+
tags: [analytics, google, tracking, metrics]
|
|
874
|
+
date: 2025-01-01
|
|
875
|
+
references:
|
|
876
|
+
includes:
|
|
877
|
+
- "_includes/analytics/google-analytics.html"
|
|
878
|
+
features:
|
|
879
|
+
- "GA4 measurement ID support"
|
|
880
|
+
- "Environment-aware loading"
|
|
881
|
+
- "Privacy policy integration"
|
|
882
|
+
- "Cookie consent compatibility"
|
|
883
|
+
|
|
884
|
+
- id: ZER0-039
|
|
885
|
+
title: "Google Tag Manager"
|
|
886
|
+
description: "Google Tag Manager integration for centralized tag management and marketing analytics"
|
|
887
|
+
implemented: true
|
|
888
|
+
version: "0.1.0"
|
|
889
|
+
link: "/"
|
|
890
|
+
docs: "/docs/analytics/google-tag-manager/"
|
|
891
|
+
tags: [analytics, gtm, tracking, marketing]
|
|
892
|
+
date: 2025-01-01
|
|
893
|
+
references:
|
|
894
|
+
includes:
|
|
895
|
+
- "_includes/analytics/google-tag-manager-head.html"
|
|
896
|
+
- "_includes/analytics/google-tag-manager-body.html"
|
|
897
|
+
features:
|
|
898
|
+
- "Container ID configuration"
|
|
899
|
+
- "Head and body script injection"
|
|
900
|
+
- "Environment-aware loading"
|
|
901
|
+
- "Noscript fallback support"
|
|
902
|
+
|
|
903
|
+
# ============================================================================
|
|
904
|
+
# NAVIGATION FEATURES (Discovered Features)
|
|
905
|
+
# ============================================================================
|
|
906
|
+
|
|
907
|
+
- id: ZER0-040
|
|
908
|
+
title: "Breadcrumbs Navigation"
|
|
909
|
+
description: "Hierarchical breadcrumb navigation with Schema.org structured data for SEO and user orientation"
|
|
910
|
+
implemented: true
|
|
911
|
+
version: "0.1.0"
|
|
912
|
+
link: "/"
|
|
913
|
+
docs: "/docs/features/breadcrumbs/"
|
|
914
|
+
tags: [navigation, breadcrumbs, seo, accessibility]
|
|
915
|
+
date: 2025-01-01
|
|
916
|
+
references:
|
|
917
|
+
includes:
|
|
918
|
+
- "_includes/navigation/breadcrumbs.html"
|
|
919
|
+
features:
|
|
920
|
+
- "Automatic path generation"
|
|
921
|
+
- "Schema.org BreadcrumbList markup"
|
|
922
|
+
- "Collection-aware paths"
|
|
923
|
+
- "Configurable via site.breadcrumbs"
|
|
924
|
+
- "Bootstrap Icons integration"
|
|
925
|
+
|
|
926
|
+
# ============================================================================
|
|
927
|
+
# SEO FEATURES (Discovered Features)
|
|
928
|
+
# ============================================================================
|
|
929
|
+
|
|
930
|
+
- id: ZER0-041
|
|
931
|
+
title: "SEO Optimization"
|
|
932
|
+
description: "Comprehensive SEO meta tag generation including Open Graph, Twitter Cards, and JSON-LD structured data"
|
|
933
|
+
implemented: true
|
|
934
|
+
version: "0.1.0"
|
|
935
|
+
link: "/"
|
|
936
|
+
docs: "/docs/seo/meta-tags/"
|
|
937
|
+
tags: [seo, meta, opengraph, twitter-cards]
|
|
938
|
+
date: 2025-01-01
|
|
939
|
+
references:
|
|
940
|
+
includes:
|
|
941
|
+
- "_includes/content/seo.html"
|
|
942
|
+
features:
|
|
943
|
+
- "Dynamic title and description"
|
|
944
|
+
- "Open Graph meta tags"
|
|
945
|
+
- "Twitter Card support"
|
|
946
|
+
- "Canonical URL generation"
|
|
947
|
+
- "Author and date metadata"
|
|
948
|
+
- "Preview image handling"
|
|
949
|
+
|
|
950
|
+
- id: ZER0-042
|
|
951
|
+
title: "Sitemap Generation"
|
|
952
|
+
description: "Automatic XML sitemap and JSON search index generation for search engine discovery and site search"
|
|
953
|
+
implemented: true
|
|
954
|
+
version: "0.1.0"
|
|
955
|
+
link: "/"
|
|
956
|
+
docs: "/docs/seo/sitemap/"
|
|
957
|
+
tags: [seo, sitemap, search, indexing]
|
|
958
|
+
date: 2025-01-01
|
|
959
|
+
references:
|
|
960
|
+
includes:
|
|
961
|
+
- "_includes/content/sitemap.html"
|
|
962
|
+
files:
|
|
963
|
+
- "search.json"
|
|
964
|
+
- "sitemap.xml"
|
|
965
|
+
features:
|
|
966
|
+
- "XML sitemap for search engines"
|
|
967
|
+
- "JSON search index for site search"
|
|
968
|
+
- "Automatic page discovery"
|
|
969
|
+
- "Configurable exclusions"
|
|
970
|
+
|
|
971
|
+
# ============================================================================
|
|
972
|
+
# DASHBOARD FEATURES (Discovered Features)
|
|
973
|
+
# ============================================================================
|
|
974
|
+
|
|
975
|
+
- id: ZER0-043
|
|
976
|
+
title: "Statistics Dashboard"
|
|
977
|
+
description: "Content statistics dashboard layout with metrics visualization for posts, categories, and tags"
|
|
978
|
+
implemented: true
|
|
979
|
+
version: "0.1.0"
|
|
980
|
+
link: "/"
|
|
981
|
+
docs: "/docs/features/statistics-dashboard/"
|
|
982
|
+
tags: [dashboard, statistics, metrics, visualization]
|
|
983
|
+
date: 2025-01-01
|
|
984
|
+
references:
|
|
985
|
+
layouts:
|
|
986
|
+
- "_layouts/stats.html"
|
|
987
|
+
includes:
|
|
988
|
+
- "_includes/stats/stats-header.html"
|
|
989
|
+
- "_includes/stats/stats-overview.html"
|
|
990
|
+
- "_includes/stats/stats-categories.html"
|
|
991
|
+
- "_includes/stats/stats-tags.html"
|
|
992
|
+
- "_includes/stats/stats-metrics.html"
|
|
993
|
+
features:
|
|
994
|
+
- "Post count metrics"
|
|
995
|
+
- "Category distribution"
|
|
996
|
+
- "Tag cloud visualization"
|
|
997
|
+
- "Content statistics"
|
|
998
|
+
- "Responsive card layout"
|
data/_data/navigation/docs.yml
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# Documentation Navigation Configuration
|
|
2
|
-
# Used by: Docs sidebar (nav:
|
|
3
|
-
# Purpose: Organize documentation
|
|
4
|
-
# Schema: See README.md for full documentation
|
|
2
|
+
# Used by: Docs sidebar (nav: docs)
|
|
3
|
+
# Purpose: Organize user documentation for the Zer0-Mistakes theme
|
|
5
4
|
|
|
6
5
|
# ============================================================
|
|
7
6
|
# Getting Started
|
|
@@ -15,11 +14,69 @@
|
|
|
15
14
|
url: /docs/
|
|
16
15
|
- title: Installation
|
|
17
16
|
url: /docs/installation/
|
|
18
|
-
- title:
|
|
19
|
-
url: /docs/
|
|
17
|
+
- title: Quick Start
|
|
18
|
+
url: /docs/getting-started/quick-start/
|
|
19
|
+
- title: Theme Guide
|
|
20
|
+
url: /docs/getting-started/theme-guide/
|
|
21
|
+
- title: Front Matter
|
|
22
|
+
url: /docs/front-matter/
|
|
23
|
+
|
|
24
|
+
# ============================================================
|
|
25
|
+
# Features
|
|
26
|
+
# ============================================================
|
|
27
|
+
- title: Features
|
|
28
|
+
icon: bi-stars
|
|
29
|
+
url: /docs/features/
|
|
30
|
+
children:
|
|
31
|
+
- title: Features Overview
|
|
32
|
+
url: /docs/features/
|
|
33
|
+
- title: Mermaid Diagrams
|
|
34
|
+
url: /docs/features/mermaid-diagrams/
|
|
35
|
+
- title: MathJax Math
|
|
36
|
+
url: /docs/features/mathjax-math/
|
|
37
|
+
- title: Giscus Comments
|
|
38
|
+
url: /docs/features/giscus-comments/
|
|
39
|
+
- title: PostHog Analytics
|
|
40
|
+
url: /docs/features/posthog-analytics/
|
|
41
|
+
- title: Keyboard Navigation
|
|
42
|
+
url: /docs/features/keyboard-navigation/
|
|
43
|
+
- title: Preview Images
|
|
44
|
+
url: /docs/features/preview-image-generator/
|
|
45
|
+
|
|
46
|
+
# ============================================================
|
|
47
|
+
# Customization
|
|
48
|
+
# ============================================================
|
|
49
|
+
- title: Customization
|
|
50
|
+
icon: bi-palette
|
|
51
|
+
url: /docs/customization/
|
|
52
|
+
children:
|
|
53
|
+
- title: Customization Overview
|
|
54
|
+
url: /docs/customization/
|
|
55
|
+
- title: Layouts
|
|
56
|
+
url: /docs/customization/layouts/
|
|
57
|
+
- title: Styles
|
|
58
|
+
url: /docs/customization/styles/
|
|
59
|
+
- title: Navigation
|
|
60
|
+
url: /docs/customization/navigation/
|
|
61
|
+
|
|
62
|
+
# ============================================================
|
|
63
|
+
# Deployment
|
|
64
|
+
# ============================================================
|
|
65
|
+
- title: Deployment
|
|
66
|
+
icon: bi-cloud-upload
|
|
67
|
+
url: /docs/deployment/
|
|
68
|
+
children:
|
|
69
|
+
- title: Deployment Overview
|
|
70
|
+
url: /docs/deployment/
|
|
71
|
+
- title: GitHub Pages
|
|
72
|
+
url: /docs/deployment/github-pages/
|
|
73
|
+
- title: Netlify
|
|
74
|
+
url: /docs/deployment/netlify/
|
|
75
|
+
- title: Custom Domain
|
|
76
|
+
url: /docs/deployment/custom-domain/
|
|
20
77
|
|
|
21
78
|
# ============================================================
|
|
22
|
-
#
|
|
79
|
+
# Jekyll Reference
|
|
23
80
|
# ============================================================
|
|
24
81
|
- title: Jekyll
|
|
25
82
|
icon: bi-journal-code
|
|
@@ -29,17 +86,20 @@
|
|
|
29
86
|
url: /docs/jekyll/
|
|
30
87
|
- title: Configuration
|
|
31
88
|
url: /docs/jekyll/jekyll-config/
|
|
32
|
-
- title: Front Matter
|
|
33
|
-
url: /docs/front-matter/
|
|
34
89
|
- title: Liquid Templating
|
|
35
90
|
url: /docs/jekyll/jekyll-liquid/
|
|
36
|
-
- title:
|
|
37
|
-
url: /docs/jekyll/
|
|
91
|
+
- title: Code Highlighting
|
|
92
|
+
url: /docs/jekyll/code-highlighting/
|
|
93
|
+
- title: Pagination
|
|
94
|
+
url: /docs/jekyll/pagination/
|
|
38
95
|
- title: Performance
|
|
39
96
|
url: /docs/jekyll/jekyll-performance-optimization/
|
|
40
97
|
- title: Security
|
|
41
98
|
url: /docs/jekyll/jekyll-security/
|
|
42
99
|
|
|
100
|
+
# ============================================================
|
|
101
|
+
# Other Technologies
|
|
102
|
+
# ============================================================
|
|
43
103
|
- title: Ruby & Bundler
|
|
44
104
|
icon: bi-gem
|
|
45
105
|
url: /docs/ruby/
|
|
@@ -71,33 +131,11 @@
|
|
|
71
131
|
url: /docs/bootstrap/
|
|
72
132
|
|
|
73
133
|
# ============================================================
|
|
74
|
-
#
|
|
134
|
+
# Help
|
|
75
135
|
# ============================================================
|
|
76
|
-
- title:
|
|
77
|
-
icon: bi-
|
|
78
|
-
url: /
|
|
136
|
+
- title: Help
|
|
137
|
+
icon: bi-question-circle
|
|
138
|
+
url: /docs/troubleshooting/
|
|
79
139
|
children:
|
|
80
|
-
- title:
|
|
81
|
-
url: /
|
|
82
|
-
- title: Mermaid Diagrams
|
|
83
|
-
url: /docs/jekyll/mermaid-native-markdown/
|
|
84
|
-
- title: Math with MathJax
|
|
85
|
-
url: /docs/jekyll/jekyll-math-symbols-with-mathjax/
|
|
86
|
-
- title: Preview Image Generator
|
|
87
|
-
url: /docs/features/preview-image-generator/
|
|
88
|
-
- title: Frontmatter CMS
|
|
89
|
-
url: /docs/jekyll/jekyll-frontmatter-cms/
|
|
90
|
-
|
|
91
|
-
# ============================================================
|
|
92
|
-
# Deployment
|
|
93
|
-
# ============================================================
|
|
94
|
-
- title: Deployment
|
|
95
|
-
icon: bi-cloud-upload
|
|
96
|
-
url: /quickstart/github-setup/
|
|
97
|
-
children:
|
|
98
|
-
- title: GitHub Pages
|
|
99
|
-
url: /quickstart/github-setup/
|
|
100
|
-
- title: Netlify
|
|
101
|
-
url: /docs/jekyll/deploying-jekyll-website-to-netlify/
|
|
102
|
-
- title: Custom Domain
|
|
103
|
-
url: /docs/jekyll/deploying-personal-website-with-custom-domain/
|
|
140
|
+
- title: Troubleshooting
|
|
141
|
+
url: /docs/troubleshooting/
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-zer0
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.19.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amr Abdel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|