parent
7cfb24b89a
commit
9dc90b1cf7
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -188,7 +188,7 @@
|
|||
{% 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">
|
||||
<a href="rss.xml">
|
||||
|
|
Loading…
Reference in a new issue