quarkiverse / quarkus-roq

An extension to generate/publish static pages from your Quarkus web-app
https://pages.quarkiverse.io/quarkus-roq/
Apache License 2.0
6 stars 3 forks source link

RSS Feed for Blog #116

Open melloware opened 2 days ago

melloware commented 2 days ago

One of the things Gatsby does is it generates this in the <head>

<link rel="alternate" type="application/rss+xml" title="Melloware Blog" href="[/rss.xml]"/>

and example of the RSS feed it generates is

https://www.melloware.com/rss.xml

ia3andy commented 2 days ago

Yeah this, sitemap and search were in my head.. should be easy now with my recent changes..

melloware commented 2 days ago

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

melloware commented 2 days ago

Ahhh darn that only reads it doesn't write...