jekyll-theme-zer0 1.19.0 → 1.19.1

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: 277ffc84c92ed643b68bbe64d065aceecf224f7958b12981ce50d96380d0f6fa
4
- data.tar.gz: a4dfdb91f9aec555691bc6ba65ed43347e5b5d3d38d417ee223e0b02b2582efd
3
+ metadata.gz: eee5e695e786a8beae6a6a98fe23447c7d93efc282ff035b2a8ceb1b7a645dc2
4
+ data.tar.gz: 4eaec3a38a92a070546da29b0f68e5ca1c88ca2bde5b4cb39099f1f5029628e4
5
5
  SHA512:
6
- metadata.gz: c8dbd6e150f9c7f8718bdbc580492f4557050ae8c33d5380969c2c2136f1370416e46d11a79fe0a217398c43fa017cf3f3e45ff04d5269bfdbb2cc55a64a2dee
7
- data.tar.gz: 3ea82107a91aa08288cab4ba9e94a6c2c19212b570719166b2a495ff1555c3e4aa2e78c28e662d94bf6dbe37dc7404159c452481a468b689d8882fcd3af2893f
6
+ metadata.gz: faae528fee5ced31d52aaacc0d68868613abe1fdfe79286e2c80aca63eff2c6513f9cb0920f795251348a6e2171ca9dc7d3eae55062ca89fe20c01ed4d5060e4
7
+ data.tar.gz: 6e67acd65dc9bcc7bdd86fafb65c1262a09494de52ca86f9593030cdd48331981de7bbe9324e27e36505d49017a6623653cd56b2cc26ff0fd2989819fbc0d780
data/CHANGELOG.md CHANGED
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.19.1] - 2026-06-16
9
+
10
+ ### Changed
11
+ - Version bump: patch release
12
+
13
+ ### Commits in this release
14
+ - 9ef8ff83 fix(config): restore zer0-mistakes.com site identity + CNAME (site was down) (#176)
15
+ - 564328a3 chore(hub): refresh dashboard metadata
16
+ - ae7ea222 docs(content): verify install flow, fix broken links, add tutorial + feature screenshots (#171)
17
+ - b995115a fix(config): restore remote_theme contract + add missing lastmod (unblocks CI) (#174)
18
+
19
+ ### Fixed
20
+ - **Restore `zer0-mistakes.com` site identity (site was down).** PR #173 (the
21
+ federated org content hub) accidentally rewrote this repo's own `_config.yml`
22
+ to the `year-of-ai.github.io` identity and deleted the `CNAME` file, which
23
+ broke the production custom domain. Restored `github_user`/`repository_name`/
24
+ `local_repo`/`title`/`domain`/`domain_ext`/`url`/`email`/`description` to the
25
+ `bamr87/zer0-mistakes` → `https://zer0-mistakes.com` values and re-added the
26
+ `CNAME` (`zer0-mistakes.com`) so GitHub Pages serves the custom domain again.
27
+
8
28
  ## [1.19.0] - 2026-06-16
9
29
 
10
30
  ### 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.19.0
5
+ version: 1.19.1
6
6
  layout: landing
7
7
  # This repo now serves as the year-of-ai organization root site; the homepage
8
8
  # lives in pages/home.md. README stays as the repository README on GitHub but
@@ -24,7 +24,7 @@ categories:
24
24
  - bootstrap
25
25
  - ai-tooling
26
26
  created: 2024-02-10T23:51:11.480Z
27
- lastmod: 2026-06-16T04:22:14.000Z
27
+ lastmod: 2026-06-16T15:04:08.000Z
28
28
  draft: false
29
29
  permalink: /
30
30
  slug: zer0
@@ -915,7 +915,7 @@ git push origin feature/awesome-feature
915
915
 
916
916
  | Metric | Value |
917
917
  |--------|-------|
918
- | **Current Version** | 1.19.0 ([RubyGems](https://rubygems.org/gems/jekyll-theme-zer0), [CHANGELOG](/CHANGELOG)) |
918
+ | **Current Version** | 1.19.1 ([RubyGems](https://rubygems.org/gems/jekyll-theme-zer0), [CHANGELOG](/CHANGELOG)) |
919
919
  | **Documented Features** | 43 ([Feature Registry](https://github.com/bamr87/zer0-mistakes/blob/main/_data/features.yml)) |
920
920
  | **Setup Time** | 2-5 minutes ([install.sh benchmarks](https://github.com/bamr87/zer0-mistakes/blob/main/install.sh)) |
921
921
  | **Documentation Pages** | 70+ ([browse docs](https://zer0-mistakes.com/pages/)) |
@@ -970,6 +970,6 @@ And these AI partners that make zer0-mistakes truly AI-native:
970
970
 
971
971
  **Built with ❤️ — and a little help from our AI partners — for the Jekyll community**
972
972
 
973
- **v1.19.0** • [Changelog](CHANGELOG.md) • [License](LICENSE) • [Contributing](CONTRIBUTING.md) • [AI Agent Guide](AGENTS.md)
973
+ **v1.19.1** • [Changelog](CHANGELOG.md) • [License](LICENSE) • [Contributing](CONTRIBUTING.md) • [AI Agent Guide](AGENTS.md)
974
974
 
975
975
 
data/_data/hub_index.yml CHANGED
@@ -149,7 +149,7 @@ repos:
149
149
  pages_enabled: true
150
150
  scaffolded: true
151
151
  branch: main
152
- pushed_at: '2026-06-16T02:59:40Z'
152
+ pushed_at: '2026-06-16T03:00:24Z'
153
153
  page_count: 266
154
154
  sections:
155
155
  - name: _data
@@ -648,6 +648,7 @@ a.bd-intro-badge--tag:focus {
648
648
  .bd-content :is(p, li, blockquote, td, dd) a:not(.btn):not(.badge):not(.nav-link):not(.dropdown-item):not(.page-link):not(.card-link):not([class*="text-decoration"]),
649
649
  .post-content :is(p, li, blockquote, td, dd) a:not(.btn):not(.badge):not(.nav-link):not(.dropdown-item):not(.page-link):not(.card-link):not([class*="text-decoration"]),
650
650
  .landing-content-body :is(p, li, blockquote, td, dd) a:not(.btn):not(.badge):not(.nav-link):not(.dropdown-item):not(.page-link):not(.card-link):not([class*="text-decoration"]),
651
+ .home :is(p, li, blockquote, td, dd) a:not(.btn):not(.badge):not(.nav-link):not(.dropdown-item):not(.page-link):not(.card-link):not([class*="text-decoration"]),
651
652
  #admin-content :is(p, li, blockquote, td, dd, .alert) a:not(.btn):not(.badge):not(.nav-link):not(.dropdown-item):not(.page-link):not(.card-link):not(.alert-link):not([class*="text-decoration"]) {
652
653
  text-decoration: underline;
653
654
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-zer0
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amr Abdel