-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add RSS feed to blog #37
Comments
The blog is published from fable-compiler.github.io so probably it should be done there. Anyways, I have no idea about how to make the RSS feed so this feature should come through a PR (in a way that updates are done automatically) :) |
Ok, I don't know either, so I'll leave this for someone else. :) By the way, I think you can move issues between repos now. Should be a "Transfer issue (beta)" link at the bottom of the right sidebar. So you can move it to the correct repo if you want. |
I cloned the repo to look at this the other day, but didn't make any progress... now I'm not the only one needing this I might take another look tonight |
That'd be awesome @xdaDaveShaw. I do need to automatize a bit more the blogs (e.g. the index is still updated manually) so let me know if you need something and I can add it to the build script: fable-compiler.github.io/src/Main.fs Lines 102 to 124 in a048a88
|
Thanks, I'm starting from there... It still needs a bit of work, I need to refactor the code a little, and I can't get the dates in the right format. Current WIP is here: https://github.com/xdaDaveShaw/fable-compiler.github.io/tree/feed I was trying to do it in a way to not alter your workflow of publishing posts. Once I get it finished a send a PR, and we can iterate on the workflow |
It looks like I need to add RFC-1123 formatting ( I'll create a PR for the Fable changes to get this added, and then I'll have to update this Repo to Fable 2.2.* as part of this work (or would a separate PR be better?) |
OK, I'm really struggling with Dates... JavaScript has I think we might need to change the workflow to enable an RSS Feed. Maybe using a format like Jekyll does at the top of the posts with the date it was published in UTC Format, instead of/as well as typing it into the Index.md Or a real poor mans version is just to manually update a feed.xml file :) |
Not sure if this is the right place, but it would be great to have an RSS feed or similar for the Fable blog.
The text was updated successfully, but these errors were encountered: