Skip to content

Commit

Permalink
Update zola
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Dec 13, 2024
1 parent 497640c commit 2b96304
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Zola
run: |
mkdir -p bin/
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
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
tar xvf zola.tar.gz -C bin
echo "$(pwd)/bin" >> $GITHUB_PATH
rm zola.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ title = "Hoverbear"
description = "A computer scientist working in open source towards a more hopeful future."
default_language = "en"
base_url = "https://hoverbear.org"
generate_feed = true
feed_filename = "rss.xml"
generate_feeds = true
feed_filenames = ["rss.xml"]
compile_sass = true
build_search_index = true

Expand Down
30 changes: 0 additions & 30 deletions content/rss.xml

This file was deleted.

0 comments on commit 2b96304

Please sign in to comment.