Skip to content

Commit 9b47fc9

Browse files
committed
Merge remote-tracking branch 'upstream/next' into feature/include-code
2 parents f6aee59 + 8543c29 commit 9b47fc9

File tree

149 files changed

+3369
-1013
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+3369
-1013
lines changed

Diff for: .github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: checkout
1717
uses: actions/checkout@v4
1818
- name: build
19-
uses: shalzz/zola-deploy-action@v0.18.0
19+
uses: shalzz/zola-deploy-action@v0.19.2
2020
env:
2121
BUILD_DIR: docs/
2222
BUILD_ONLY: true
@@ -28,7 +28,7 @@ jobs:
2828
- name: checkout
2929
uses: actions/checkout@v4
3030
- name: build_and_deploy
31-
uses: shalzz/zola-deploy-action@v0.18.0
31+
uses: shalzz/zola-deploy-action@v0.19.2
3232
env:
3333
PAGES_BRANCH: gh-pages
3434
BUILD_DIR: docs/

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
## 0.20.0 (unreleased)
3+
## 0.21.0 (unreleased)
4+
5+
6+
## 0.20.0 (2025-02-14)
47

58
- Add `name` annotation for codeblock
69
- Add argument to `zola serve` to watch additional directories
@@ -13,6 +16,8 @@
1316
- Handle more editors with change detection in `zola serve`
1417
- Add argument to `zola serve` to write HTML files to disk (`--store-html`)
1518
- Add optional parsing of Markdown definition lists
19+
- Add avif support to the `resize_image` filter
20+
- Allow `insert_anchor_links` at config.toml level
1621

1722

1823
## 0.19.2 (2024-08-15)

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ However, if you notice an error or typo in the documentation, feel free to direc
88
If you want a feature added or modified, please open a thread on the [forum](https://zola.discourse.group/) to discuss it before doing a PR.
99

1010
Requested features will not be all added: an ever-increasing features set makes for a hard to use and explain softwares.
11-
Having something simple and easy to use for 90% of the usecases is more interesting than covering 100% usecases after sacrificing simplicity.
11+
Having something simple and easy to use for 90% of the use cases is more interesting than covering 100% use cases after sacrificing simplicity.
1212

1313
## Issues tagging
1414

0 commit comments

Comments
 (0)