v0.23.0
Welcome to this new release of Zola v0.23.0!
See the full changelog at https://github.com/getzola/zola/blob/master/CHANGELOG.md
All artifacts are signed with this repos identity using Sigstore.
You can verify the signatures using the GitHub CLI.
gh attestation verify --owner getzola <my-artifact>What's Changed
- Docs: Add instructions for deployment with Cloudflare Workers by @matoutech in #3090
- fix: multi-language search index configuration mismatch by @welpo in #3099
- Tera2 + refactoring by @Keats in #3105
- docs: Update Gentoo documentation by @zyxhere in #3106
- docs: Add link to TextMate themes in highlighting and config docs in #3110
- Fix cloudflare-workers build script by @njam in #3115
- register missing num_format and markdown filters in tera by @Stebe25 in #3117
- docs: Change config.toml to zola.toml by @ekse in #3135
- Remove troubleshooting section from cloudflare-pages docs, as zola is now supported by them by @asimpletune in #3140
- feat(content): use language-specific reading speeds for reading_time by @zlfn in #3145
- Add
text_direction()Tera function by @ebkalderon in #3149 - docs(docker): bump example to 0.22.1 and use uppercase AS by @SAY-5 in #3150
- Fix frontmatter detection by @Asher-Meachum in #3148
- feat: get_page optional param allow_missing by @lazaroofarrill in #3153
- fix(templates): match get_taxonomy_term by slug as fallback by @SAY-5 in #3154
- fix: reject unknown fields in highlighting config by @Sim-hu in #3131
- Improve file creation and removal detection, especially on Windows by @knutaf in #3156
- docs: Fix docs for higher / lower when sorting by date by @timdcrain in #3164
- Add fields to get_image_metadata result by @SilensAngelusNex in #3059
- Update themes overview for clarity by @asimpletune in #3178
- feat(container): restructure Containerfile with three build targets by @ogarcia in #3163
- docs: fix inconsistent whitespace in shortcode template by @mayank-dev-15 in #3179
- Fix link for extending templates in theme documentation by @pablinos in #3182
- docs(syntax-highlighting): fix typo and make theme link clickable by @hiro-nikaitou in #3189
- Adds C compiler requirement to "From source" instructions. by @johnnymatthews in #3190
- docs: note hard_link_static also applies to colocated assets by @Pablosinyores in #3194
- docs(vercel): shorten custom install command to fit Vercel's 256-char limit by @Chang-Jin-Lee in #3196
- feat: exclude individual pages from RSS/Atom feeds by @sassman in #3128
- Image filter by @Keats in #3197
- Sorted subsections by @Keats in #3198
- Resolve colocated assets in @/ links by @Keats in #3199
- Add hidden property to page/section by @Keats in #3201
- fix(serve): rebuild the whole site when anchor-link.html changes by @Pablosinyores in #3184
- Expose page aliases to templates by @chatman-media in #3177
- Fix all the tera docs links by removing docs from the URL by @tristanphease in #3207
- Next version by @Keats in #3089
New Contributors
- @matoutech made their first contribution in #3090
- @zyxhere made their first contribution in #3106
- @njam made their first contribution in #3115
- @Stebe25 made their first contribution in #3117
- @ekse made their first contribution in #3135
- @zlfn made their first contribution in #3145
- @SAY-5 made their first contribution in #3150
- @Asher-Meachum made their first contribution in #3148
- @lazaroofarrill made their first contribution in #3153
- @Sim-hu made their first contribution in #3131
- @knutaf made their first contribution in #3156
- @timdcrain made their first contribution in #3164
- @mayank-dev-15 made their first contribution in #3179
- @pablinos made their first contribution in #3182
- @hiro-nikaitou made their first contribution in #3189
- @johnnymatthews made their first contribution in #3190
- @Pablosinyores made their first contribution in #3194
- @Chang-Jin-Lee made their first contribution in #3196
- @sassman made their first contribution in #3128
- @chatman-media made their first contribution in #3177
- @tristanphease made their first contribution in #3207
Full Changelog: v0.22.1...v0.23.0