jekyll-theme-zer0 1.9.6 → 1.9.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1393f79966cd18f435a03bb2b52e11b11a9d7aed8bc11fe5b267fc6b4183a4f2
4
- data.tar.gz: 0f8df28e75d33053a2ba59f6de950f0dc45453cddc7d44dd369e4d242152d5d2
3
+ metadata.gz: d367732d218cd544f186998c51446dbed2b99156e7f788660e769a50cd535e9b
4
+ data.tar.gz: fe0afab3a6a94376f8b7fa5fcc15a051ff27f288133e0686cffda4274870c86e
5
5
  SHA512:
6
- metadata.gz: 788340523ae1912166d7f0c14e48ad2c4c1d3b67a8084a6b1ee3db97c9aab416149883454c893542ebf03553b921b0018ed7bdef34835e36dd1f0f9be119834f
7
- data.tar.gz: d7b5b172d42d0c80d40498427e97b2b209fd3f4fc02adb42daaa8f017b3a2251de0fb552709f673be502e5e296b43c409e279f7c73b5ccb1324feab98ca66774
6
+ metadata.gz: 21e86a6ce36e5bc2c423c8d6f6c1282d6d5e18435aa8e0ad6f899b05fda1cc05c29920de1a08fa864e9fcb314b1d5e2b23663b301f3c4a0197e43999cf130c57
7
+ data.tar.gz: 412d984a463cd076aeffeded76d3a312d8a8a97f052858cb9cbaed9f38d260b00236054483a68ae3b0bafa599abe40ddc0bfb7ea5b8c1bd76b7f0bc197d0b7fa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.8] - 2026-05-30
4
+
5
+ ### Changed
6
+ - Version bump: patch release
7
+
8
+ ### Commits in this release
9
+ - 4e0273b8 docs: update Gemfile.lock handling and release workflow guidelines
10
+
11
+
12
+ ## [1.9.7] - 2026-05-30
13
+
14
+ ### Changed
15
+ - Version bump: patch release
16
+
17
+ ### Commits in this release
18
+ - c01d4e85 fix(quickstart): remove broken image reference from Quick Start Guide
19
+ - 7f6b13fd docs: enhance release pipeline documentation for clarity and completeness
20
+
21
+
3
22
  ## [1.9.6] - 2026-05-30
4
23
 
5
24
  ### Changed
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  title: zer0-mistakes
3
3
  sub-title: AI-Native Jekyll Theme
4
4
  description: AI-native Jekyll theme for GitHub Pages — Docker-first development, AI-powered installation, multi-agent integration (Copilot, Codex, Cursor, Claude), AI preview-image generation, and AIEO content optimization with Bootstrap 5.3.
5
- version: 1.9.5
5
+ version: 1.9.8
6
6
  layout: landing
7
7
  tags:
8
8
  - jekyll
@@ -20,7 +20,7 @@ categories:
20
20
  - bootstrap
21
21
  - ai-tooling
22
22
  created: 2024-02-10T23:51:11.480Z
23
- lastmod: 2026-05-30T19:57:46.000Z
23
+ lastmod: 2026-05-30T22:58:21.000Z
24
24
  draft: false
25
25
  permalink: /
26
26
  slug: zer0
@@ -862,7 +862,7 @@ git push origin feature/awesome-feature
862
862
 
863
863
  | Metric | Value |
864
864
  |--------|-------|
865
- | **Current Version** | 1.9.5 ([RubyGems](https://rubygems.org/gems/jekyll-theme-zer0), [CHANGELOG](/CHANGELOG)) |
865
+ | **Current Version** | 1.9.8 ([RubyGems](https://rubygems.org/gems/jekyll-theme-zer0), [CHANGELOG](/CHANGELOG)) |
866
866
  | **Documented Features** | 43 ([Feature Registry](https://github.com/bamr87/zer0-mistakes/blob/main/_data/features.yml)) |
867
867
  | **Setup Time** | 2-5 minutes ([install.sh benchmarks](https://github.com/bamr87/zer0-mistakes/blob/main/install.sh)) |
868
868
  | **Documentation Pages** | 70+ ([browse docs](/pages/)) |
@@ -917,6 +917,6 @@ And these AI partners that make zer0-mistakes truly AI-native:
917
917
 
918
918
  **Built with ❤️ — and a little help from our AI partners — for the Jekyll community**
919
919
 
920
- **v1.9.5** • [Changelog](CHANGELOG.md) • [License](LICENSE) • [Contributing](CONTRIBUTING.md) • [AI Agent Guide](AGENTS.md)
920
+ **v1.9.8** • [Changelog](CHANGELOG.md) • [License](LICENSE) • [Contributing](CONTRIBUTING.md) • [AI Agent Guide](AGENTS.md)
921
921
 
922
922
 
File without changes
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-zer0
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.6
4
+ version: 1.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amr Abdel
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2026-05-30 00:00:00.000000000 Z
@@ -492,7 +492,7 @@ metadata:
492
492
  changelog_uri: https://github.com/bamr87/zer0-mistakes/blob/main/CHANGELOG.md
493
493
  documentation_uri: https://github.com/bamr87/zer0-mistakes#readme
494
494
  allowed_push_host: https://rubygems.org
495
- post_install_message:
495
+ post_install_message:
496
496
  rdoc_options: []
497
497
  require_paths:
498
498
  - lib
@@ -507,8 +507,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
507
507
  - !ruby/object:Gem::Version
508
508
  version: '0'
509
509
  requirements: []
510
- rubygems_version: 3.0.3.1
511
- signing_key:
510
+ rubygems_version: 3.5.22
511
+ signing_key:
512
512
  specification_version: 4
513
513
  summary: Jekyll theme based on bootstrap and compatible with github pages
514
514
  test_files: []