Replies: 1 comment 1 reply
-
Unfortunately I can't compile your website with 1.5.57 after a fresh clone, so I can't help:
I'm not quite sure what's causing that, but it would help if you can provide a clean example where the only issue is the feed generation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have this site for which I'd like to add an rss feed. Based on the instructions here I just really need to add
to my
index.qmd
file. My understanding is then invokingquarto render index.qmd
should generate anindex.xml
file.However when I do this here an
index.xml
file is not generated.At first I thought that maybe the indentation was incorrect like this post but I don't think so. The indentation appear correct. So that I went over the quarto blog to see if a
index.xml
was in that repo: https://github.com/quarto-dev/quarto-web/tree/main/docs/blogThere was not. So now I am pretty confused. Which step am I missing to actually generated that file OR where/when does it get generated? Right now I am not able to add the RSS feed but it feels like I must be missing something.
I am on quarto version 1.5.57 and am building the site locally and pushing it up.
Beta Was this translation helpful? Give feedback.
All reactions