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 +4 -4
- data/CHANGELOG.md +20 -0
- data/README.md +4 -4
- data/_data/hub_index.yml +1 -1
- data/_sass/core/_docs-layout.scss +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eee5e695e786a8beae6a6a98fe23447c7d93efc282ff035b2a8ceb1b7a645dc2
|
|
4
|
+
data.tar.gz: 4eaec3a38a92a070546da29b0f68e5ca1c88ca2bde5b4cb39099f1f5029628e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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
|
@@ -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
|
}
|