-
Notifications
You must be signed in to change notification settings - Fork 10
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 Feed for Blog #116
Comments
Yeah this, sitemap and search were in my head.. should be easy now with my recent changes.. |
We could code by hand or use this zero dependency RSS lib. https://github.com/w3stling/rssreader Its nice and its just 100% java with nothing else |
Ahhh darn that only reads it doesn't write... |
@melloware this one can be closed? |
No I think we still want to work on it. |
Yeah I need to allow different kind of files |
This one is for you :) |
Andy any guidance on the best way to accomplish this? Even just some pseudo-code steps? The idea I assume is to as part of the build generate a static <link rel="alternate" type="application/rss+xml" title="Melloware Blog" href="[/rss.xml]"/> |
@melloware I would go for:
In the include you will need to iterate on the given collection name like it's done in the index.html, have a look at the blog tag page to read the collection from a parametrised name. |
Love it will work on this ASAP. |
One of the things Gatsby does is it generates this in the
<head>
and example of the RSS feed it generates is
https://www.melloware.com/rss.xml
The text was updated successfully, but these errors were encountered: