jekyll-theme-zer0 1.9.5 → 1.9.6
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 +8 -0
- data/scripts/github-setup.sh +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1393f79966cd18f435a03bb2b52e11b11a9d7aed8bc11fe5b267fc6b4183a4f2
|
|
4
|
+
data.tar.gz: 0f8df28e75d33053a2ba59f6de950f0dc45453cddc7d44dd369e4d242152d5d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 788340523ae1912166d7f0c14e48ad2c4c1d3b67a8084a6b1ee3db97c9aab416149883454c893542ebf03553b921b0018ed7bdef34835e36dd1f0f9be119834f
|
|
7
|
+
data.tar.gz: d7b5b172d42d0c80d40498427e97b2b209fd3f4fc02adb42daaa8f017b3a2251de0fb552709f673be502e5e296b43c409e279f7c73b5ccb1324feab98ca66774
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.6] - 2026-05-30
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- **Quickstart**: Comprehensive rewrite of all quickstart docs (`pages/_quickstart/`) with improved structure, Mermaid decision flowchart, and step-by-step screenshots
|
|
7
|
+
- **Quickstart**: `index.md` published from draft — now live at `/quickstart/`
|
|
8
|
+
- **Quickstart**: Removed `homebrew.md` and `winget.md` (content consolidated into `machine-setup.md`)
|
|
9
|
+
- **Quickstart**: 18 new screenshots added to `assets/images/quickstart/` for visual walkthroughs
|
|
10
|
+
|
|
3
11
|
## [1.9.5] - 2026-05-30
|
|
4
12
|
|
|
5
13
|
### Changed
|
data/scripts/github-setup.sh
CHANGED
|
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.
|
|
4
|
+
version: 1.9.6
|
|
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.
|
|
511
|
-
signing_key:
|
|
510
|
+
rubygems_version: 3.0.3.1
|
|
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: []
|