Code Monkey home page Code Monkey logo

Comments (4)

fbarbe00 avatar fbarbe00 commented on August 26, 2024 1

Similar issue for me! My RSS feed stopped working completely since I updated zola, it returns a 404 page

from zola.

Keats avatar Keats commented on August 26, 2024

I'm not sure if this is the same issue but there is #2400
I found a couple more places that need to be updated but yeah there are funky issues with feeds there

from zola.

Keavon avatar Keavon commented on August 26, 2024

Edit: Sorry, disregard this. I very stupidly forgot to actually update my own local install of Zola, thinking that the CI version number update would actually apply locally. This works on my end now. Is there some sort of MSRV equivalent for Zola so it can throw an error if the installed version is below that?

Upon upgrading from 0.17.2 to 0.19.1, and switching our config.toml to...

- feed_filename = "rss.xml"
+ feed_filenames = ["rss.xml"]

...I still can't get my feed at /blog/rss.xml to work like it used to. It's just my 404 page. I have to downgrade until this is fixed. Our website code is here if you want to check for anything while digging into the bug. Thanks.

from zola.

neil-lcv-cs avatar neil-lcv-cs commented on August 26, 2024

Fixed for me since 0.19.2, by adding feed_filenames = ["rss.xml"] in language sections (see Attempt 1 in the issue description).

Thank you! Iā€™m closing the issue.

from zola.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.