Skip to content

Commit

Permalink
🐛 fix publish workflow with last zola version
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Jul 3, 2024
1 parent 10e5b92 commit 656e399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ minify_html = false
ignored_content = []

# When set to "true", a feed is automatically generated.
generate_feed = false
generate_feeds = false

# The filename to use for the feed. Used as the template filename, too.
# Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed.
# There is also a built-in template "rss.xml" that renders an RSS 2.0 feed.
feed_filename = "atom.xml"
feed_filenames = ["atom.xml"]

# The number of articles to include in the feed. All items are included if
# this limit is not set (the default).
Expand Down Expand Up @@ -143,7 +143,7 @@ path-lang = ""
[languages.fr]
title = "Adrien Touzouli"
description = "Site web professionel / personnel"
generate_feed = false
generate_feeds = false
taxonomies = [
{name = "tags", paginate_by = 10, feed = true},
{name = "categories", paginate_by = 10, feed = true},
Expand Down

0 comments on commit 656e399

Please sign in to comment.