| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-30 | 485 Bytes | |
| v0.3.3 source code.tar.gz | 2026-07-30 | 16.0 kB | |
| v0.3.3 source code.zip | 2026-07-30 | 30.6 kB | |
| Totals: 3 Items | 47.0 kB | 0 | |
- Fixed issue where
page.contentcontained Markdown text rather than HTML for pages without front matter when applying a template. This was caused by pages without front matter being rendered after all other pages. (#43) - Maintain the sort order of pages after adding files without front matter (#44)
- Modernize CI (test Ruby 3.3 & 4.0 against Jekyll 3.x & 4.x) and bump rubocop-rspec to
~> 3.0(#47, [#48]) - Enable Dependabot for GitHub Actions; add a CodeQL analysis workflow