| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-31 | 729 Bytes | |
| v0.2.0 source code.tar.gz | 2026-07-31 | 14.3 kB | |
| v0.2.0 source code.zip | 2026-07-31 | 29.2 kB | |
| Totals: 3 Items | 44.2 kB | 0 | |
Features
- Apply default layouts to Jekyll collection documents (a layout matching the
collection name, falling back to
default) - Optionally apply default layouts to HTML pages — opt in with
jekyll-default-layout: { html_pages: true }in_config.yml(off by default) (#41)
Dependencies
- Bump
rubocop-factory_botto~> 2.26.0(#40) - Add
base64/benchmark/ostruct/tsortdev deps (no longer default gems on Ruby 4.0) - Declare
required_ruby_version >= 3.0
Infrastructure
- Modernize CI — test Ruby 3.3 & 4.0 against Jekyll 3.x & 4.x; drop EOL
2.7/3.0;
actions/checkoutv2 → v4 (#40) - Remove a misplaced RuboCop config from
.github/workflows/ - Stop tracking vendored gems