Skip to content

Commit

Permalink
config: Change 'generate_feed' to 'generate_feeds'
Browse files Browse the repository at this point in the history
Zola v0.19.0 adds support for generating multiple feeds [1]. However,
this also introduces a breaking change. This means that the
'generate_feed' option in the 'config.toml' is no longer called
'generate_feed' but 'generate_feeds'.

Therefore, replace 'generate_feed' with 'generate_feeds' in the
'config.toml' to avoid build errors.

Link: getzola/zola#2477 [1]
Signed-off-by: Stefan Kühnel <[email protected]>
  • Loading branch information
stefankuehnel committed Nov 23, 2024
1 parent 1711872 commit dcc43f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ compile_sass = true
minify_html = true

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

# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
Expand Down

0 comments on commit dcc43f9

Please sign in to comment.