Skip to content

Commit 51fff5d

Browse files
committed
Update to zola 0.21.0
1 parent 66069db commit 51fff5d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-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: 4 additions & 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
@@ -81,3 +81,6 @@ We continued to work on and maintain a number of key Embedded Rust repositories.
8181
* [msp430](https://github.com/rust-embedded/msp430) and [msp430-rt](https://github.com/rust-embedded/msp430): Our platform support crates for the MSP430 architecture.
8282
* [gpio-cdev](https://github.com/rust-embedded/gpio-cdev), [rust-spidev](https://github.com/rust-embedded/rust-spidev), [rust-sysfs-gpio](https://github.com/rust-embedded/rust-sysfs-gpio), [rust-i2cdev](https://github.com/rust-embedded/rust-i2cdev), and [linux-embedded-hal](https://github.com/rust-embedded/linux-embedded-hal): Support for embedded Linux continued with 177 commits across these projects.
8383
* [r0](https://github.com/rust-embedded/r0) was a cross-platform initialisation library, but we deprecated it this year to move such initialisation into platform-specific libraries such as cortex-m-rt.
84+
85+
86+
[#rust-embedded:matrix.org]: https://matrix.to/#/#rust-embedded:matrix.org

0 commit comments

Comments
 (0)