Closed mattansb closed 3 years ago
Related: #33
I think it's possible these days.
See this config
rss:
full_content: TRUE
categories:
- Packages/Releases
- TensorFlow/Keras
- R
https://blogs.rstudio.com/ai/ is available at R-bloggers.
that said I don't get a full content RSS feed with the same config :thinking:
https://blogs.rstudio.com/ai/index.xml isn't full content actually?!
For the full content generation to work, the listing posts.json needs to feature input_file
fields https://github.com/rstudio/pins/blob/fa79b80b69dea807a0fe895500472e856eaa6b73/docs/blog/posts/posts.json#L21
Now I need to investigate a bit more to see how I need to generate them.
I have tried hard comparing my local setup with the blog above by @javierluraschi and I can't understand how to have posts.json include the "input_file" information.
I think this does not work because of an issue currently. See #376
Apart from this, this should work.
So #380 should fix this.
(Both these are required for R-Bloggers cross-posting...)