Skip to content

Commit ebdb87e

Browse files
sguedeldruin
authored andcommitted
Update to zola 0.21.0
1 parent 66069db commit ebdb87e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
2222
- name: Download and install Zola
2323
run: |
24-
wget https://github.com/getzola/zola/releases/download/v0.13.0/zola-v0.13.0-x86_64-unknown-linux-gnu.tar.gz
25-
tar xvf zola-v0.13.0-x86_64-unknown-linux-gnu.tar.gz
24+
wget https://github.com/getzola/zola/releases/download/v0.21.0/zola-v0.21.0-x86_64-unknown-linux-gnu.tar.gz
25+
tar xvf zola-v0.21.0-x86_64-unknown-linux-gnu.tar.gz
2626
2727
- name: Put pip binary directory into path
2828
run: echo "~/.local/bin" >> $GITHUB_PATH

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ build_search_index = true
1414

1515
theme = "hyde"
1616

17-
generate_feed = true
18-
feed_filename = "rss.xml"
17+
generate_feeds = true
18+
feed_filenames = ["rss.xml"]
1919

2020
# Whether to do syntax highlighting
2121
[markdown]

content/2021-12-28-this-year-in-embedded-rust-2021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ larger community.
1414

1515
## Meetings
1616

17-
We continued our weekly Rust Embedded Working Group meetings on [our Matrix channel](#rust-embedded:matrix.org). They take place at 8pm Berlin time every Tuesday, and are open to the public. You can find all the [minutes on Github].
17+
We continued our weekly Rust Embedded Working Group meetings on [our Matrix channel][#rust-embedded:matrix.org]. They take place at 8pm Berlin time every Tuesday, and are open to the public. You can find all the [minutes on Github].
1818

1919
[#rust-embedded:matrix.org]: https://matrix.to/#/#rust-embedded:matrix.org
2020
[minutes on Github]: https://github.com/rust-embedded/wg/tree/master/minutes

0 commit comments

Comments
 (0)