Skip to content

Commit 2b96304

Browse files
committed
Update zola
1 parent 497640c commit 2b96304

File tree

3 files changed

+3
-33
lines changed

3 files changed

+3
-33
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Zola
1818
run: |
1919
mkdir -p bin/
20-
curl -Lo zola.tar.gz https://github.com/getzola/zola/releases/download/v0.18.0/zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz
20+
curl -Lo zola.tar.gz https://github.com/getzola/zola/releases/download/v0.19.2/zola-v0.19.2-x86_64-unknown-linux-gnu.tar.gz
2121
tar xvf zola.tar.gz -C bin
2222
echo "$(pwd)/bin" >> $GITHUB_PATH
2323
rm zola.tar.gz

config.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ title = "Hoverbear"
22
description = "A computer scientist working in open source towards a more hopeful future."
33
default_language = "en"
44
base_url = "https://hoverbear.org"
5-
generate_feed = true
6-
feed_filename = "rss.xml"
5+
generate_feeds = true
6+
feed_filenames = ["rss.xml"]
77
compile_sass = true
88
build_search_index = true
99

content/rss.xml

-30
This file was deleted.

0 commit comments

Comments
 (0)