jekyll-theme-zer0 0.19.0 → 0.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 +58 -0
- data/README.md +67 -42
- data/_includes/search-data.json +27 -0
- data/_layouts/search.html +1 -0
- data/scripts/fork-cleanup.sh +497 -0
- data/scripts/lib/template.sh +405 -0
- data/scripts/post-template-setup.sh +92 -0
- metadata +11 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19c84811dcc56b5cb437c118f6a66ce6895db10702f4011be545003bc9d6f134
|
|
4
|
+
data.tar.gz: 61f3707a93a6ac230276cb64fb007c7e2531fa23e940f9039db05fab061b99ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87b0384c193e4f0ae8c75268e7a784f3c0bb90e99fdfdb4113edee8425682eb59cb9888ad8d1c28d77e4ec62c6d00e81e1f3f01d9a0e1dce278011f48cd6dfbb
|
|
7
|
+
data.tar.gz: f5bff135bbf740f16cbc0eb487568d633bffe37e5cdd5b23e33626cba98f091784c10036eababf6428f516c2618ee3956b677d8b9fde944b608d1d91947a3123
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,63 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.20.2] - 2026-01-30
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- **GitHub Pages Compatible Search**: New out-of-box search functionality that works with GitHub Pages safe mode
|
|
7
|
+
- `_includes/search-data.json` - Liquid template for generating search index
|
|
8
|
+
- `_layouts/search.html` - Layout wrapper for search.json generation
|
|
9
|
+
- Enhanced search index with `date`, `categories`, and `tags` fields
|
|
10
|
+
- Configurable content length via `site.search.content_length`
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- **search.json**: Now uses layout-based approach instead of inline Liquid for better theme integration
|
|
14
|
+
- Theme users only need a 5-line `search.json` file to enable search functionality
|
|
15
|
+
|
|
16
|
+
### Technical Details
|
|
17
|
+
- Works in GitHub Pages safe mode (no Ruby plugins required)
|
|
18
|
+
- Indexes pages, posts, and all collection documents
|
|
19
|
+
- Produces valid JSON with 131+ items indexed
|
|
20
|
+
- Automatically included in gem via `_includes/` and `_layouts/` directories
|
|
21
|
+
|
|
22
|
+
## [0.20.1] - 2026-01-26
|
|
23
|
+
|
|
24
|
+
### Changed
|
|
25
|
+
- Version bump: patch release
|
|
26
|
+
|
|
27
|
+
### Commits in this release
|
|
28
|
+
- 80ee1da feat(release): prepare 0.20.0
|
|
29
|
+
- 8c74a60 Merge branch 'main' of https://github.com/bamr87/zer0-mistakes
|
|
30
|
+
- 4d1c28c chore: update README for version 0.19.1
|
|
31
|
+
- 8157508 chore(deps): update Ruby gem dependencies (#22)
|
|
32
|
+
- 0f9d100 Merge branch 'main' of https://github.com/bamr87/zer0-mistakes
|
|
33
|
+
- 0cf42e9 chore: update Docker image reference in CI workflow
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [0.20.0] - 2026-01-26
|
|
37
|
+
|
|
38
|
+
### Added
|
|
39
|
+
- **Scaffolding templates**: New templates directory and helper scripts for fork cleanup and content setup.
|
|
40
|
+
- **Testing assets**: New test helpers and configs including installation, site generation, and visual suites.
|
|
41
|
+
|
|
42
|
+
### Changed
|
|
43
|
+
- **CI**: Expanded workflow coverage for the updated test suite and automation paths.
|
|
44
|
+
- **Install**: Enhanced installation flow for template-based setup and post-install configuration.
|
|
45
|
+
- **Docs**: Updated Jekyll documentation index.
|
|
46
|
+
|
|
47
|
+
### Fixed
|
|
48
|
+
- **Dev build**: Exclude templates from Jekyll processing to prevent invalid date parsing.
|
|
49
|
+
|
|
50
|
+
## [0.19.1] - 2026-01-25
|
|
51
|
+
|
|
52
|
+
### Changed
|
|
53
|
+
- Version bump: patch release
|
|
54
|
+
|
|
55
|
+
### Commits in this release
|
|
56
|
+
- 516e56b fix(install): include docker/ directory in full installation
|
|
57
|
+
- c8a3dbb ci: optimize CI pipeline performance and integration tests
|
|
58
|
+
- 93fce7b ci: enhance CI workflow for Jekyll with improved Docker handling and site accessibility checks
|
|
59
|
+
|
|
60
|
+
|
|
3
61
|
## [0.19.0] - 2026-01-25
|
|
4
62
|
|
|
5
63
|
### Added
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: zer0-mistakes
|
|
3
3
|
sub-title: Jekyll Theme
|
|
4
|
-
description:
|
|
5
|
-
version: 0.
|
|
4
|
+
description: GitHub Pages compatible Jekyll theme with Bootstrap 5.3, featuring automated installation and comprehensive documentation.
|
|
5
|
+
version: 0.19.1
|
|
6
6
|
layout: landing
|
|
7
7
|
tags:
|
|
8
8
|
- jekyll
|
|
@@ -14,7 +14,7 @@ categories:
|
|
|
14
14
|
- docker
|
|
15
15
|
- bootstrap
|
|
16
16
|
created: 2024-02-10T23:51:11.480Z
|
|
17
|
-
lastmod:
|
|
17
|
+
lastmod: 2026-01-25T00:00:00.000Z
|
|
18
18
|
draft: false
|
|
19
19
|
permalink: /
|
|
20
20
|
slug: zer0
|
|
@@ -23,13 +23,13 @@ keywords:
|
|
|
23
23
|
- docker
|
|
24
24
|
- remote-theme
|
|
25
25
|
- github-pages
|
|
26
|
-
date:
|
|
27
|
-
snippet:
|
|
26
|
+
date: 2026-01-25T12:00:00.000Z
|
|
27
|
+
snippet: GitHub Pages compatible Jekyll theme with Bootstrap 5
|
|
28
28
|
comments: true
|
|
29
29
|
mermaid: true
|
|
30
30
|
preview: /assets/images/wizard-on-journey.png
|
|
31
31
|
hero_image: /assets/images/wizard-on-journey.png
|
|
32
|
-
excerpt: "Professional Jekyll theme with
|
|
32
|
+
excerpt: "Professional Jekyll theme for GitHub Pages with Bootstrap 5.3, automated installation, and 43 documented features"
|
|
33
33
|
---
|
|
34
34
|
|
|
35
35
|
[](https://github.com/bamr87/zer0-mistakes/actions/workflows/pages/pages-build-deployment)
|
|
@@ -41,9 +41,9 @@ excerpt: "Professional Jekyll theme with automated installation, comprehensive e
|
|
|
41
41
|
|
|
42
42
|
# 🚀 zer0-mistakes
|
|
43
43
|
|
|
44
|
-
###
|
|
44
|
+
### GitHub Pages & Bootstrap 5 Ready
|
|
45
45
|
|
|
46
|
-
**
|
|
46
|
+
**GitHub Pages compatible • Bootstrap 5.3 • Privacy-compliant • Zero-configuration**
|
|
47
47
|
|
|
48
48
|
[Quick Start](#-quick-start) • [Features](#-key-features) • [Documentation](#-documentation) • [Contributing](CONTRIBUTING.md)
|
|
49
49
|
|
|
@@ -69,7 +69,7 @@ excerpt: "Professional Jekyll theme with automated installation, comprehensive e
|
|
|
69
69
|
|
|
70
70
|
## Overview
|
|
71
71
|
|
|
72
|
-
**zer0-mistakes** is a professional Jekyll theme engineered to eliminate setup friction and provide a seamless development experience. With
|
|
72
|
+
**zer0-mistakes** is a professional Jekyll theme engineered to eliminate setup friction and provide a seamless development experience. With Docker containerization, 43 documented features, and comprehensive automation, you can go from zero to deployed in under 5 minutes.
|
|
73
73
|
|
|
74
74
|
```mermaid
|
|
75
75
|
graph LR
|
|
@@ -101,7 +101,7 @@ graph LR
|
|
|
101
101
|
| **Setup Time** | 15-30 minutes | **2-5 minutes** |
|
|
102
102
|
| **Success Rate** | ~60% | **~95%** |
|
|
103
103
|
| **Platform Support** | Limited | **Universal** |
|
|
104
|
-
| **Error Handling** | Manual debugging | **
|
|
104
|
+
| **Error Handling** | Manual debugging | **Automated** |
|
|
105
105
|
| **Dependencies** | Ruby + Bundler + Jekyll | **Docker only** |
|
|
106
106
|
|
|
107
107
|
---
|
|
@@ -215,14 +215,15 @@ pie title Technology Distribution
|
|
|
215
215
|
|
|
216
216
|
| Layer | Technology | Purpose |
|
|
217
217
|
|-------|-----------|---------|
|
|
218
|
-
| **Framework** | Jekyll 3.
|
|
218
|
+
| **Framework** | Jekyll 3.9.5 | Static site generation |
|
|
219
219
|
| **Styling** | Bootstrap 5.3.3 | Responsive UI components |
|
|
220
220
|
| **Icons** | Bootstrap Icons | Unified iconography |
|
|
221
221
|
| **Development** | Docker | Cross-platform consistency |
|
|
222
222
|
| **Templates** | Liquid | Dynamic content rendering |
|
|
223
223
|
| **Analytics** | PostHog | Privacy-first tracking |
|
|
224
224
|
| **Diagrams** | Mermaid 10+ | Documentation visuals |
|
|
225
|
-
| **Navigation** |
|
|
225
|
+
| **Navigation** | ES6 Modules | Modular JavaScript architecture |
|
|
226
|
+
| **Search** | Client-side JSON | Fast in-browser search |
|
|
226
227
|
|
|
227
228
|
---
|
|
228
229
|
|
|
@@ -230,7 +231,7 @@ pie title Technology Distribution
|
|
|
230
231
|
|
|
231
232
|
### 🤖 AI-Powered Installation
|
|
232
233
|
|
|
233
|
-
The 1,
|
|
234
|
+
The ~1,100-line `install.sh` script provides intelligent platform detection and Docker configuration:
|
|
234
235
|
|
|
235
236
|
```mermaid
|
|
236
237
|
flowchart TD
|
|
@@ -238,21 +239,16 @@ flowchart TD
|
|
|
238
239
|
DETECT --> CHECK{Prerequisites OK?}
|
|
239
240
|
|
|
240
241
|
CHECK -->|Yes| DOWNLOAD[Download Theme]
|
|
241
|
-
CHECK -->|No|
|
|
242
|
-
FIX --> CHECK
|
|
242
|
+
CHECK -->|No| GUIDE[Show Requirements]
|
|
243
243
|
|
|
244
244
|
DOWNLOAD --> CONFIG[Configure Docker]
|
|
245
245
|
CONFIG --> VALIDATE{Build Success?}
|
|
246
246
|
|
|
247
247
|
VALIDATE -->|Yes| DONE([✅ Ready!])
|
|
248
|
-
VALIDATE -->|No|
|
|
249
|
-
DIAGNOSE --> RECOVER[Apply Fix]
|
|
250
|
-
RECOVER --> VALIDATE
|
|
248
|
+
VALIDATE -->|No| LOGS[Show Error Logs]
|
|
251
249
|
|
|
252
250
|
style START fill:#e3f2fd
|
|
253
251
|
style DONE fill:#c8e6c9
|
|
254
|
-
style FIX fill:#fff3e0
|
|
255
|
-
style RECOVER fill:#fff3e0
|
|
256
252
|
```
|
|
257
253
|
|
|
258
254
|
### 🐳 Docker-First Development
|
|
@@ -332,17 +328,18 @@ collections:
|
|
|
332
328
|
permalink: /notebooks/:name/
|
|
333
329
|
```
|
|
334
330
|
|
|
335
|
-
### 🧭 Enhanced Navigation System (v0.
|
|
331
|
+
### 🧭 Enhanced Navigation System (v0.17.0)
|
|
336
332
|
|
|
337
|
-
Modern, accessible sidebar navigation with
|
|
333
|
+
Modern, accessible sidebar navigation with ES6 modular architecture:
|
|
338
334
|
|
|
335
|
+
- **ES6 Navigation Modules**: Modular JavaScript with native ES6 imports
|
|
336
|
+
- **Navbar Hover Dropdowns**: Desktop hover support with smooth fade transitions
|
|
339
337
|
- **Intersection Observer Scroll Spy**: 70% reduction in scroll event overhead
|
|
340
338
|
- **Keyboard Shortcuts**: `[` and `]` for section navigation
|
|
341
339
|
- **Swipe Gestures**: Mobile-friendly left/right edge detection
|
|
342
340
|
- **Skip-to-Content**: Accessibility-first WCAG 2.1 Level AA compliant
|
|
343
341
|
- **Mobile TOC FAB**: Floating action button for table of contents
|
|
344
|
-
- **
|
|
345
|
-
- **Focus Management**: Improved screen reader support with ARIA labels
|
|
342
|
+
- **Nav Tree Component**: Hierarchical YAML navigation rendering
|
|
346
343
|
|
|
347
344
|
| Shortcut | Action |
|
|
348
345
|
|----------|--------|
|
|
@@ -351,6 +348,30 @@ Modern, accessible sidebar navigation with advanced features:
|
|
|
351
348
|
| `Tab` | Skip to content |
|
|
352
349
|
| Swipe | Toggle sidebar (mobile) |
|
|
353
350
|
|
|
351
|
+
### 🔍 Site Search (v0.18.0)
|
|
352
|
+
|
|
353
|
+
Client-side search with modal interface and keyboard shortcuts:
|
|
354
|
+
|
|
355
|
+
- **Keyboard Activation**: Press `/` or `Cmd/Ctrl+K` to open search
|
|
356
|
+
- **Real-time Results**: Instant search across all content
|
|
357
|
+
- **JSON Index**: Auto-generated search index for fast queries
|
|
358
|
+
- **Bootstrap Modal**: Responsive modal interface
|
|
359
|
+
|
|
360
|
+
| Shortcut | Action |
|
|
361
|
+
|----------|--------|
|
|
362
|
+
| `/` | Open search modal |
|
|
363
|
+
| `Cmd/Ctrl+K` | Open search modal |
|
|
364
|
+
| `Escape` | Close search |
|
|
365
|
+
|
|
366
|
+
### 🎨 Dark/Light Mode Toggle
|
|
367
|
+
|
|
368
|
+
Theme color mode switcher with system preference detection:
|
|
369
|
+
|
|
370
|
+
- **Three Modes**: Light, dark, and auto (system preference)
|
|
371
|
+
- **Persistence**: LocalStorage saves user preference
|
|
372
|
+
- **Smooth Transitions**: CSS transitions between themes
|
|
373
|
+
- **Bootstrap Integration**: Uses `data-bs-theme` attribute
|
|
374
|
+
|
|
354
375
|
### 📋 Legal & Compliance Pages (v0.15.0)
|
|
355
376
|
|
|
356
377
|
Built-in GDPR/CCPA compliant documentation:
|
|
@@ -390,7 +411,7 @@ docker-compose up
|
|
|
390
411
|
|
|
391
412
|
```ruby
|
|
392
413
|
# Gemfile
|
|
393
|
-
gem "jekyll-theme-zer0", "~> 0.
|
|
414
|
+
gem "jekyll-theme-zer0", "~> 0.19"
|
|
394
415
|
```
|
|
395
416
|
|
|
396
417
|
---
|
|
@@ -566,8 +587,9 @@ graph LR
|
|
|
566
587
|
|----------|-------------|
|
|
567
588
|
| [📋 Technical Docs]({{ site.resources.github_repo | default: '' | join: '' }}/tree/{{ site.branch }}/docs/) | Architecture, systems, implementation |
|
|
568
589
|
| [📖 User Guides]({{ '/docs/' | relative_url }}) | Published tutorials and references |
|
|
569
|
-
| [
|
|
570
|
-
| [
|
|
590
|
+
| [🎨 Customization]({{ '/docs/customization/' | relative_url }}) | Layouts, styles, navigation guides |
|
|
591
|
+
| [📊 Analytics]({{ '/docs/analytics/' | relative_url }}) | PostHog, Google Analytics setup |
|
|
592
|
+
| [🔍 SEO]({{ '/docs/seo/' | relative_url }}) | Meta tags, sitemap, structured data |
|
|
571
593
|
| [📓 Jupyter Notebooks]({{ site.resources.github_repo | default: '' | join: '' }}/blob/{{ site.branch }}/docs/JUPYTER_NOTEBOOKS.md) | Notebook conversion documentation |
|
|
572
594
|
| [📝 PRD](docs/PRD.md) | Product requirements & roadmap |
|
|
573
595
|
| [🔒 Privacy Policy]({{ '/privacy-policy/' | relative_url }}) | GDPR/CCPA compliant privacy docs |
|
|
@@ -614,9 +636,9 @@ flowchart LR
|
|
|
614
636
|
/opt/homebrew/bin/bash scripts/release patch --dry-run
|
|
615
637
|
|
|
616
638
|
# Full release
|
|
617
|
-
/opt/homebrew/bin/bash scripts/release patch # 0.
|
|
618
|
-
/opt/homebrew/bin/bash scripts/release minor # 0.
|
|
619
|
-
/opt/homebrew/bin/bash scripts/release major # 0.
|
|
639
|
+
/opt/homebrew/bin/bash scripts/release patch # 0.19.1 → 0.19.2
|
|
640
|
+
/opt/homebrew/bin/bash scripts/release minor # 0.19.1 → 0.20.0
|
|
641
|
+
/opt/homebrew/bin/bash scripts/release major # 0.19.1 → 1.0.0
|
|
620
642
|
```
|
|
621
643
|
|
|
622
644
|
---
|
|
@@ -627,20 +649,23 @@ flowchart LR
|
|
|
627
649
|
gantt
|
|
628
650
|
title zer0-mistakes Roadmap
|
|
629
651
|
dateFormat YYYY-MM
|
|
652
|
+
section Completed
|
|
653
|
+
v0.17 ES6 Navigation :done, 2025-12, 2025-12
|
|
654
|
+
v0.18 Site Search :done, 2026-01, 2026-01
|
|
655
|
+
v0.19 Feature Discovery :done, 2026-01, 2026-01
|
|
630
656
|
section Current
|
|
631
|
-
v0.
|
|
657
|
+
v0.19.x Maintenance :active, 2026-01, 2026-02
|
|
632
658
|
section Future
|
|
633
|
-
v0.
|
|
634
|
-
v0.
|
|
635
|
-
|
|
636
|
-
v1.0 - Production Ready :milestone, 2027-01, 1d
|
|
659
|
+
v0.20 CMS Integration :2026-02, 2026-04
|
|
660
|
+
v0.21 i18n Support :2026-05, 2026-07
|
|
661
|
+
v1.0 Production Ready :milestone, 2027-01, 1d
|
|
637
662
|
```
|
|
638
663
|
|
|
639
664
|
| Version | Target | Features |
|
|
640
665
|
|---------|--------|----------|
|
|
641
|
-
| **v0.
|
|
642
|
-
| **v0.
|
|
643
|
-
| **v0.
|
|
666
|
+
| **v0.19** | Current | 43 documented features, comprehensive documentation |
|
|
667
|
+
| **v0.20** | Q1 2026 | Headless CMS integration, content API |
|
|
668
|
+
| **v0.21** | Q2 2026 | Multi-language support (i18n) |
|
|
644
669
|
| **v1.0** | Q1 2027 | Stable API, 90%+ test coverage |
|
|
645
670
|
|
|
646
671
|
---
|
|
@@ -696,11 +721,11 @@ git push origin feature/awesome-feature
|
|
|
696
721
|
|
|
697
722
|
| Metric | Value |
|
|
698
723
|
|--------|-------|
|
|
699
|
-
| **Current Version** | 0.
|
|
700
|
-
| **
|
|
724
|
+
| **Current Version** | 0.19.1 |
|
|
725
|
+
| **Documented Features** | 43 |
|
|
701
726
|
| **Setup Time** | 2-5 minutes |
|
|
727
|
+
| **Documentation Pages** | 70+ |
|
|
702
728
|
| **RubyGems Downloads** | 3,000+ |
|
|
703
|
-
| **Documentation** | 20,000+ lines |
|
|
704
729
|
| **Lighthouse Score** | 95+ |
|
|
705
730
|
|
|
706
731
|
---
|
|
@@ -720,6 +745,6 @@ Built with these amazing technologies:
|
|
|
720
745
|
|
|
721
746
|
**Built with ❤️ for the Jekyll community**
|
|
722
747
|
|
|
723
|
-
**v0.
|
|
748
|
+
**v0.19.1** • [Changelog](CHANGELOG.md) • [License](LICENSE) • [Contributing](CONTRIBUTING.md)
|
|
724
749
|
|
|
725
750
|
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
[
|
|
2
|
+
{%- assign search_pages = site.pages | where_exp: "item", "item.title" -%}
|
|
3
|
+
{%- assign search_posts = site.posts -%}
|
|
4
|
+
{%- assign search_docs = site.documents -%}
|
|
5
|
+
{%- assign search_items = search_pages | concat: search_posts | concat: search_docs -%}
|
|
6
|
+
{%- assign content_limit = site.search.content_length | default: 1000 -%}
|
|
7
|
+
{%- assign first = true -%}
|
|
8
|
+
{%- for item in search_items -%}
|
|
9
|
+
{%- if item.url and item.title -%}
|
|
10
|
+
{%- if item.url contains '/assets/' or item.url == '/search.json' -%}
|
|
11
|
+
{%- continue -%}
|
|
12
|
+
{%- endif -%}
|
|
13
|
+
{%- unless first -%},{%- endunless -%}
|
|
14
|
+
{
|
|
15
|
+
"title": {{ item.title | strip_newlines | jsonify }},
|
|
16
|
+
"url": {{ item.url | relative_url | jsonify }},
|
|
17
|
+
"description": {{ item.description | default: item.excerpt | default: "" | strip_html | strip_newlines | jsonify }},
|
|
18
|
+
"content": {{ item.content | strip_html | strip_newlines | truncate: content_limit | jsonify }},
|
|
19
|
+
"collection": {{ item.collection | default: "pages" | jsonify }},
|
|
20
|
+
"date": {{ item.date | date: "%Y-%m-%d" | jsonify }},
|
|
21
|
+
"categories": {{ item.categories | default: empty | jsonify }},
|
|
22
|
+
"tags": {{ item.tags | default: empty | jsonify }}
|
|
23
|
+
}
|
|
24
|
+
{%- assign first = false -%}
|
|
25
|
+
{%- endif -%}
|
|
26
|
+
{%- endfor -%}
|
|
27
|
+
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{% include search-data.json %}
|