jekyll-stepper 0.1.1 → 0.1.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/README.md +1 -7
- data/lib/jekyll-stepper/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 199cbebcfc7fb6fe922c1954d2294813aab37806a2ca017f77282b24bdcbe407
|
|
4
|
+
data.tar.gz: fcb579c3ce64f385eec38167d8cb3ca92d8cafdf815eac88ce2c85ee7441d0c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2de3585d7e3efda10c30c071e654cf2f06c5c94bcf413a1f2c7436551d95e29143f62db8df38174ad6a3658c73b9f94723a9c2a3a92c6f2bdda7e35c0a2f494
|
|
7
|
+
data.tar.gz: 10c685350cf5230aa522346af30876c9ecd07ba0fe903304eb36d71956577fda434ac18eca520656ed1aa3d87535462463f9aaccf5f9ae70eda66f9b748e1c3b
|
data/README.md
CHANGED
|
@@ -57,13 +57,7 @@ More content here.
|
|
|
57
57
|
|
|
58
58
|
### Note for github-pages users
|
|
59
59
|
|
|
60
|
-
The `github-pages` gem enforces `safe: true`
|
|
61
|
-
|
|
62
|
-
```bash
|
|
63
|
-
DISABLE_WHITELIST=1 bundle exec jekyll serve
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
This is not needed when deploying via GitHub Actions.
|
|
60
|
+
The `github-pages` gem enforces `safe: true` which blocks non-whitelisted plugins like `jekyll-stepper`. Do not use `github-pages` in your `Gemfile` — use `jekyll` directly instead (see the [theme documentation](https://simplonco.github.io/simplonline-ressources-jekyll-theme/) for a complete Gemfile example).
|
|
67
61
|
|
|
68
62
|
## Styling
|
|
69
63
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-stepper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jean-Francois Morin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|