We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zola version: zola 0.19.1 tabi version or commit: 82f7a98
I have set both generate_feeds = true and feed_filenames = ["atom.xml"] and I would expect feeds to work out of the box.
generate_feeds = true
feed_filenames = ["atom.xml"]
I also have taxonomies = [{ name = "tags", feed = true }] if this matters at all.
taxonomies = [{ name = "tags", feed = true }]
Atom feed should work but it doesn't. The weird thing is that it does work locally (zola serve).
The text was updated successfully, but these errors were encountered:
site: https://gacallea.github.io source: https://github.com/gacallea/gacallea.github.io
Sorry, something went wrong.
Hi!
Your local Zola is 0.19.1, but you're deploying with 0.18.0: https://github.com/gacallea/gacallea.github.io/blob/da276e26bbef6b89d1cb3356d5298899466db775/.github/workflows/main.yml#L13C1-L13C48
Zola 0.18.0 can't read the new configuration options.
Change that line to:
uses: shalzz/[email protected]
and it should work :)
oopsie...
thanks buddy, I have updated it and I trust it will work
No branches or pull requests
Bug Report
Environment
Zola version: zola 0.19.1
tabi version or commit: 82f7a98
Expected Behavior
I have set both
generate_feeds = true
andfeed_filenames = ["atom.xml"]
and I would expect feeds to work out of the box.I also have
taxonomies = [{ name = "tags", feed = true }]
if this matters at all.Current Behavior
Atom feed should work but it doesn't. The weird thing is that it does work locally (zola serve).
The text was updated successfully, but these errors were encountered: