update to 0.19.1
Some checks failed
/ build (push) Failing after 11s

This commit is contained in:
Peter Tillemans 2024-08-02 09:53:18 +02:00
parent 7cfb24b89a
commit 9dc90b1cf7
4 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ jobs:
submodules: 'true' submodules: 'true'
- uses: https://github.com/taiki-e/install-action@v2 - uses: https://github.com/taiki-e/install-action@v2
with: with:
tool: zola@0.18.0 tool: zola@0.19.1
- run: zola build - run: zola build
- name: copy file via ssh password - name: copy file via ssh password
uses: https://github.com/appleboy/scp-action@v0.1.7 uses: https://github.com/appleboy/scp-action@v0.1.7

View file

@ -20,8 +20,8 @@ taxonomies = [
{ name="categories", feed=true }, { name="categories", feed=true },
] ]
generate_feed = true generate_feeds = true
feed_filename = "rss.xml" feed_filenames = "rss.xml"
[markdown] [markdown]
# Whether to do syntax highlighting # Whether to do syntax highlighting

View file

@ -4,6 +4,6 @@ description = "Blog Posts and other stuff I'll forget"
sort_by = "date" sort_by = "date"
paginate_by = 5 paginate_by = 5
paginate_reversed = false paginate_reversed = false
generate_feed = true generate_feeds = true
+++ +++
# Welcome to Snamellit # Welcome to Snamellit

View file

@ -188,7 +188,7 @@
{% endif %} {% endif %}
{% if config.generate_feed %} {% if config.generate_feeds %}
<button id="rss" type="button" class=" bg-gray-200 text-gray-800 hover:text-gray-900 dark:bg-gray-800 dark:text-gray-400 dark:hover:text-white p-1 rounded-full focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-white"> <button id="rss" type="button" class=" bg-gray-200 text-gray-800 hover:text-gray-900 dark:bg-gray-800 dark:text-gray-400 dark:hover:text-white p-1 rounded-full focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-white">
<a href="rss.xml"> <a href="rss.xml">