pydelhi/pydelhi.github.io

Add rss feed widget from /blog

theskumar opened this issue · 7 comments

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

It should:

  • have section title as 'Latest Articles'
  • be display after the 'next-meetup` section.
  • each item should contain 'title' and 'summary' (trimmed to 80chars) max. linking to blog page.

Library that can be used:

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

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

@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.

Here is the overall look.

image

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

Sure I'll do a pull request for it.