stellar / stellar-docs

Documentation for Stellar
https://developers.stellar.org
Apache License 2.0
66 stars 131 forks source link

RSS support for blog #1062

Closed kuchta closed 4 weeks ago

kuchta commented 4 weeks ago

Please implement RSS support for stellar.org/blog so we can follow.

ElliotFriend commented 4 weeks ago

Hi, @kuchta! RSS is already enabled and supported on the stellar.org site. You can find it here: https://stellar.org/blog/rss.xml

Though, as a point of clarification, this repository isn't related to the content on the www.stellar.org website.

kuchta commented 4 weeks ago

@ElliotFriend Thank you for the link, but it would be appropriate if it's also linked in blog page head to be auto-discoverable by readers.

I know this respository is not related to content on the www.stellar.org, but I haven't found any one which is and your answer didn't help either.

briwylde08 commented 4 weeks ago

@kuchta do you mean in the page head html and not in the hero/header?

kuchta commented 4 weeks ago

Yes @briwylde08, like this:

<head>
  <link rel="alternate" type="application/rss+xml" href="ttps://stellar.org/blog/rss.xml" />
</head>
briwylde08 commented 4 weeks ago

@kuchta got it, I'll relay this back to our dig marketing team. I don't think there's any way currently for you to submit feedback like you can on GH for the stellar.org site, but you can feel free to tag me on Disc if you notice anything else and I'll at least try to address it / take it back to the team. Discord is .aythia

kuchta commented 4 weeks ago

Thank you @briwylde08, I appreciate it ❤️