Skip to content
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

makes changes for rss - does it work? #92

Closed
wants to merge 1 commit into from
Closed

makes changes for rss - does it work? #92

wants to merge 1 commit into from

Conversation

ironicbadger
Copy link
Owner

#87 unsure of whether this works or not - couldn't figure out the rss url from the upstream docs.

https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#rss

Help if you know how pls!

@userbradley
Copy link
Contributor

It was a little whack, but from what I can tell the RSS plugin exposes 2 endpoints

http://127.0.0.1:8000/feed_rss_created.xml - Feed of created content
http://127.0.0.1:8000/feed_rss_updated.xml - Feed of pre-existing pages that have been updated.

Those seem to be the only endpoints I could discover from the page's HTML

<link rel="alternate" type="application/rss+xml" title="RSS feed" href="../feed_rss_created.xml">
--
  | <link rel="alternate" type="application/rss+xml" title="RSS feed of updated content" href="../feed_rss_updated.xml">

<link rel="alternate" type="application/rss+xml" title="RSS feed" href="[../feed_rss_created.xml](http://127.0.0.1:8000/feed_rss_created.xml)">
        <link rel="alternate" type="application/rss+xml" title="RSS feed of updated content" href="[../feed_rss_updated.xml](http://127.0.0.1:8000/feed_rss_updated.xml)">

Hope this helps somewhat

@ironicbadger
Copy link
Owner Author

abandoned

@ironicbadger ironicbadger mentioned this pull request Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants