-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
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
RSS customization conflict with rmarkdown::render_site() #381
Comments
Thanks for opening a new one. I don't know perfectly the codebase on rss feed creation and I may have missed something. I'll have a look |
I can reproduce. There is indeed something not right. During site rendering we are rebuilding the We have definitely a bug in this process - I need to understand more deeply how this is supposed to work. |
After a bit of archeology, it seems this part is a bit more complex. #189 was supposed to offer a fix, but it was reverted (#189 (comment), 6e3da92). Then another approach in #190 was not ok with distill philosophy. The issue we have here is that using Lines 246 to 252 in cd7cf53
We have this limitation because we do not want to rebuild each Rmd post when Fixing this needs more thinking to find the correct way to do this. 🤔 |
Indeed. I understand for the Rmd, I don't want either to rerun a full 3 hours training of network. Actually it bothered me last time too when I had to rebuilt it again to "repair" the RSS. What about :
Where |
Sorry, I am not quite sure to understand the suggestion here; Can you clarify ? |
Sorry. I mean, what about making the rebuild of the RSS optionnal ? (with the default set to true). |
Looks like this problem persists. Makes it impossible to have R-Bloggers accept the blog, because they require full content feed. Pretty please can this issue get some attention? I appreciate the distill world, so much easier than alternatives. |
As mentionned in #376, #380 solved the issue of the impossibility to custom the RSS to be a full-content RSS.
However, running :
==> rmarkdown::render_site(encoding = 'UTF-8')
To browse the website a second to check everything is okay, will revert the RSS / index.xml to its non custom version, with only the summaary of the articles.
The text was updated successfully, but these errors were encountered: