pydelhi / pydelhi.github.io

Python Delhi User Group Website
https://pydelhi.org
17 stars 36 forks source link

Add rss feed widget from /blog #30

Closed theskumar closed 6 years ago

theskumar commented 7 years ago

Using javascript only fetch and display latest blog articles summary from https://pydelhi.org/blog/feeds/rss.xml

It should:

Library that can be used:

kartikanand commented 6 years ago

If nobody is working on this, I would like to take this up

theskumar commented 6 years ago

Please go ahead.

On Mar 19, 2018 9:21 AM, "Kartik Anand" notifications@github.com wrote:

If nobody is working on this, I would like to take this up

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pydelhi/pydelhi.github.io/issues/30#issuecomment-374093752, or mute the thread https://github.com/notifications/unsubscribe-auth/AAObREOG0r8RQmn2pBacNRbkMXINo374ks5tfytDgaJpZM4MRu2Q .

kartikanand commented 6 years ago

Hey Saurabh,

I've done some changes in my local fork. I've added the author as well, it's always good to give credit :)

Moreover, 80 characters seemed pretty short to me, right now I've set the limit to 180 characters, and three latest posts at a time.

You can view the changed site here: http://www.kartikanand.com/pydelhi.github.io/

Let me know about your suggestions and feedback. Once we close on the style, I'll generate a PR

Thanks, Kartik

theskumar commented 6 years ago

@kartikanand this looks good. It can utilize some styling to make it look cool.

image

Something like this is what I've in mind. Unless you have better idea.

theskumar commented 6 years ago

Here is the overall look.

image

theskumar commented 6 years ago

@kartikanand create a pull-request and/or give me write access to you repo, so can make the changes to the code.

kartikanand commented 6 years ago

Sure I'll do a pull request for it.