From 9dc90b1cf73d5511c7e46e2a9b2b6fcef6efd38a Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 2 Aug 2024 09:53:18 +0200 Subject: [PATCH] update to 0.19.1 --- .forgejo/workflows/publish.yaml | 2 +- config.toml | 4 ++-- content/blog/_index.md | 2 +- templates/layout.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index c8cf287..f90e8a9 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -9,7 +9,7 @@ jobs: submodules: 'true' - uses: https://github.com/taiki-e/install-action@v2 with: - tool: zola@0.18.0 + tool: zola@0.19.1 - run: zola build - name: copy file via ssh password uses: https://github.com/appleboy/scp-action@v0.1.7 diff --git a/config.toml b/config.toml index 6b05efb..b9c2bcd 100644 --- a/config.toml +++ b/config.toml @@ -20,8 +20,8 @@ taxonomies = [ { name="categories", feed=true }, ] -generate_feed = true -feed_filename = "rss.xml" +generate_feeds = true +feed_filenames = "rss.xml" [markdown] # Whether to do syntax highlighting diff --git a/content/blog/_index.md b/content/blog/_index.md index 7108af0..91e0c65 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -4,6 +4,6 @@ description = "Blog Posts and other stuff I'll forget" sort_by = "date" paginate_by = 5 paginate_reversed = false -generate_feed = true +generate_feeds = true +++ # Welcome to Snamellit diff --git a/templates/layout.html b/templates/layout.html index 7255356..51372cc 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -188,7 +188,7 @@ {% endif %} - {% if config.generate_feed %} + {% if config.generate_feeds %}