Releases: getzola/zola
Release list
v0.23.4
Welcome to this new release of Zola v0.23.4!
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
- Update archive.md to reflect removal of concat in Tera 2 by @theokrueger in #3244
- archive.md: fix build fail by @theokrueger in #3245
- Update the Debian install docs to the pkg.haus APT archive by @barnumbirr in #3249
- Next version by @Keats in #3237
New Contributors
- @theokrueger made their first contribution in #3244
Full Changelog: v0.23.3...v0.23.4
v0.23.3
Welcome to this new release of Zola v0.23.3!
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
Full Changelog: v0.23.2...v0.23.3
v0.23.2
Welcome to this new release of Zola v0.23.2!
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: run the Cloudflare Workers build script with bash by @youdie006 in #3209
- docs: fix incorrectly escaped code blocks in docs by @spoonmilk in #3218
- Next version by @Keats in #3212
New Contributors
- @youdie006 made their first contribution in #3209
- @spoonmilk made their first contribution in #3218
Full Changelog: v0.23.1...v0.23.2
v0.23.1
Welcome to this new release of Zola v0.23.1!
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
Full Changelog: v0.23.0...v0.23.1
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
v0.22.1
Welcome to this new release of Zola v0.22.1!
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
- Use new github action for deploys by @Keats in #3072
- Update themes gallery by @Keats in #3074
- Describe how to enable 'class' syntax highlighting by @ccjmne in #3080
- Next version by @Keats in #3067
Full Changelog: v0.22.0...v0.22.1
v0.22.0
Welcome to this new release of Zola v0.22.0!
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
- Update themes gallery by @Keats in #2946
- Reword section/drafting paragraph by @ccjmne in #2934
- Reword taxonomy page by @ccjmne in #2936
- Update themes gallery by @Keats in #2952
- Add Azure Static Web Apps deployment instructions by @mattvillegas in #2931
- Add code highlight theme previews to docs by @hahwul in #2951
- Update themes gallery by @Keats in #2960
- Fix broken links and highlight warnings in docs by @hollisticated-horse in #2963
- Update themes gallery by @Keats in #2986
- Update themes gallery by @Keats in #2990
- Update cloudflare-pages.md by @Propfend in #2998
- Update Zola installation command in documentation by @Propfend in #3003
- Fix typo in pagination documentation by @dwgrth in #3011
- Fix typos in CHANGELOG.md by @mihai1923 in #3021
- Update themes gallery by @Keats in #3022
- Update Vercel guide by @ysfchn in #2971
- Clarify instructions on deployment on github pages by @Agilulfo in #2988
- Add "Zola Demo Site" to examples list by @tandiljuan in #3030
- Add missing documentation for GitHub-flavored alerts by @ebkalderon in #3034
- Update themes gallery by @Keats in #3031
- Update themes gallery by @Keats in #3036
- Update themes gallery by @Keats in #3037
- Update themes gallery by @Keats in #3039
- Update themes gallery by @Keats in #3046
- Update Snapcraft YAML: core22 upgrade and improved architecture support by @akasolace in #3045
- Use giallo instead of syntect by @Keats in #3044
- Update themes gallery by @Keats in #3049
- feat: migrate serve WebSocket from ws crate to Axum by @EvanCarroll in #3048
- Update themes gallery by @Keats in #3055
- Fix components/utils build by @SilensAngelusNex in #3058
- Port logging to
logby @kleinesfilmroellchen in #3042 - Update themes gallery by @Keats in #3064
- Next version by @Keats in #2925
New Contributors
- @mattvillegas made their first contribution in #2931
- @hollisticated-horse made their first contribution in #2963
- @Propfend made their first contribution in #2998
- @dwgrth made their first contribution in #3011
- @mihai1923 made their first contribution in #3021
- @Agilulfo made their first contribution in #2988
- @tandiljuan made their first contribution in #3030
- @ebkalderon made their first contribution in #3034
- @akasolace made their first contribution in #3045
- @SilensAngelusNex made their first contribution in #3058
Full Changelog: v0.21.0...v0.22.0
v0.21.0
Welcome to this new release of Zola v0.21.0!
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
- Fix .gitlab-ci.yaml with v0.20.0 having multiple different build artifacts for linux available by @mb in #2799
- Add example: Nizzlay.com by @Nizzlay in #2804
- Refactor external link styling to use
external_links_classby @welpo in #2801 - Update themes gallery by @Keats in #2807
- Metainfo by @Ayush1325 in #2809
- input gitlab pages url in the CI build step by @benjaminlyng in #2822
- Update themes gallery by @Keats in #2828
- Docs: adds logo SVGs; replaces the
favicon.icoby @indiscipline in #2827 - Update themes gallery by @Keats in #2846
- Update GitLab Pages deployment documentation by @walpox in #2844
- Update themes gallery by @Keats in #2866
- docs: add section on handling preview deployments for Cloudflare Pages by @welpo in #2868
- [docs] Fix typo in overview by @adithyabsk in #2876
- Update themes gallery by @Keats in #2887
- Update themes gallery by @Keats in #2907
- Update themes gallery by @Keats in #2914
- Update themes gallery by @Keats in #2918
- README: adds logo; DOCS: logo in header by @indiscipline in #2904
- Add Lysator to examples by @sermuns in #2922
- Update themes gallery by @Keats in #2921
- Update themes gallery by @Keats in #2924
- Closes the paren on page count for themes by @JustusAdam in #2923
- Next version by @Keats in #2798
New Contributors
- @mb made their first contribution in #2799
- @Nizzlay made their first contribution in #2804
- @benjaminlyng made their first contribution in #2822
- @indiscipline made their first contribution in #2827
- @adithyabsk made their first contribution in #2876
- @sermuns made their first contribution in #2922
- @JustusAdam made their first contribution in #2923
Full Changelog: v0.20.0...v0.21.0
v0.20.0
Welcome to this new release of Zola v0.20.0!
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
- Fix wrong URL in Codeberg Pages guide by @daudix in #2616
- Update themes gallery by @Keats in #2617
- Update themes gallery by @Keats in #2627
- remove my website from examples.md (using hugo) by @andrewzah in #2638
- Add dmarcoux.com to EXAMPLES.md by @dmarcoux in #2652
- Improve shortcode name documentation to specify first-letter rule by @ticky in #2655
- Update themes gallery by @Keats in #2669
- Update themes gallery by @Keats in #2685
- Updated github action version by @ckrenslehner in #2692
- Update themes gallery by @Keats in #2707
- Update themes gallery by @Keats in #2721
- Added tags support for themes by @harrymkt in #2720
- Update themes gallery by @Keats in #2730
- Update Zola build deploy version to v0.19.2 by @harrymkt in #2734
- Add new example (hermanschaaf.com) by @hermanschaaf in #2736
- Update themes gallery by @Keats in #2746
- Remove COPR recommendation for installation by @Gerrit0 in #2752
- Update themes gallery by @Keats in #2770
- Update codeberg pages deployment guide to use from_secret by @muelsyse-az in #2784
- Add icon to external links by @FireIsGood in #2522
- Update syntax-highlighting.md to fix alignment between line numbers and lines of code in the example snippet by @Ativerc in #2796
- Fix typos by @deining in #2760
- Next version by @Keats in #2615
New Contributors
- @dmarcoux made their first contribution in #2652
- @ticky made their first contribution in #2655
- @ckrenslehner made their first contribution in #2692
- @harrymkt made their first contribution in #2720
- @hermanschaaf made their first contribution in #2736
- @Gerrit0 made their first contribution in #2752
- @muelsyse-az made their first contribution in #2784
- @Ativerc made their first contribution in #2796
- @deining made their first contribution in #2760
Full Changelog: v0.19.2...v0.20.0
v0.19.2
Changes:
- 1aa21e0 Get ready for release
- 59d7074 Fix shortcode/continue-reading parsing with inline HTML (smaller version) (#2606)
- 286b88e fix: zola panic if no static dir (#2608)
- abc8510 Add config option to ignore code blocks for word count (#2599)
- 9dad659 chore(components/config): cleanup code (#2592)
- 9594fa8 fix(taxonomies): fix error messages (#2591)
- 64c868c fix: handle another fs event to fix change monitoring on Windows 10 (#2575)
- b3fc3f4 Add fields to disable sitemap.xml and robots.txt generation (#2579) [ #2248 ]
- 8a26da7 Add documentation on deploying to Codeberg Pages (#2584)
- 1cc3ad3 Ensure file exists when receiving events for zola serve [ #2563 ]
See More
- 96f266e Ignore Helix temp files
- f8ded09 Fix some feed_filenames issues with multi languages
- 56122de Fix YAML date parsing (#2549) [ #2538 ]
- aa2847a Next version
- bbd8dd1 Clarify shortcode usage (#2600)
- 43af34e Update themes gallery (#2611)
- 8c3ec92 fixed broken links (#2612)
- 051beca Update themes gallery (#2597)
- 718274c Update themes gallery (#2590)
- c273211 fix(docs): fix typo "yavascript" (#2570)
- 6390f65 docs: fix order of events in zola overview (templates, server, content) (#2574)
- c20b336 fix(docs): Use CSS-style comments in syntax highlight CSS suggestion snippet. (#2572)
- e834c7a docs(installation): add instructions for openSUSE Leap and Tumbleweed (#2569)
- 9c01b8f Update themes gallery (#2559)
- fbcffa9 0.19.1 Metainfo fixes (#2550)
This list of changes was auto generated.