Skip to content

Commit

Permalink
chore: update config values for latest version of Zola
Browse files Browse the repository at this point in the history
We needed to change `generate_feed` to to `generate_feeds` and
`feed_filename` to `feed_filenames`.
  • Loading branch information
hds committed Jul 9, 2024
1 parent 6a433ae commit d57c423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ compile_sass = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false

generate_feed = true
feed_filename = "rss.xml"
generate_feeds = true
feed_filenames = "rss.xml"

[markdown]
# Whether to do syntax highlighting
Expand Down

0 comments on commit d57c423

Please sign in to comment.