You can support RSS stylesheets by adding a index.xsl
file
#4787
Closed
kdheepak
started this conversation in
Feature Requests
Replies: 2 comments
-
This is a nice suggestion and would make a nice feed option. I'll open an issue to track the enhancement and try to get it in for Quarto 1.4! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing in favour of #4800 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
By adding a
index.xsl
with appropriate styling, you can make the RSS feed the same style as the webpage. You'll need to add the following to theindex.xml
file.Here's an example of a
index.xsl
file:https://github.com/kdheepak/blog/blob/899773dfda874bea7acb1d53e6604079069d9ac4/_quarto/index.xsl
This is a screenshot of my
index.html
,index.xml
and source ofindex.xml
as an example:It'd be ideal if this was autogenerated.
Beta Was this translation helpful? Give feedback.
All reactions