pythonindia / inpycon2017

PyCon India 2017 Website, staging site from master branch is available at https://pythonindia.github.io/inpycon2017
29 stars 55 forks source link

Add blog integration #22

Open theskumar opened 7 years ago

theskumar commented 7 years ago
amitsin6h commented 7 years ago

well we can parse feed using javascript or php. but for now the problem is no blog post have been made for 2017. accessing https://in.pycon.org/blog/2017/ gives 404 @theskumar so untill its is not made we cannot work but if we need rss feed to get displayed in our website I can parse the 2016 blog post and once the 2017 blog post are made we can change the link from 2016 to 2017 this wont make issue will also save time. what you say @theskumar

CuriousLearner commented 7 years ago

@amitsin6h We first need to work getting feeds from the existing blog i.e. https://in.pycon.org/blog/

We can then change the URL once we have blog posts flowing in.

amitsin6h commented 7 years ago

@CuriousLearner That what I was asking. Thanks for replying. I will do it using js need bit time .

amitsin6h commented 7 years ago

@CuriousLearner please review it and let me know how I can display first few post and where I have to display it.

amitsin6h commented 7 years ago

@theskumar @CuriousLearner @realslimshanky guys I have fixed the blog integration with rss feed and the best part we can also display few post. I will send the pull request once all my PR are merged. Waiting to solve more issues.

amitsin6h commented 7 years ago

@theskumar just wanted to know that. Where we need to show the blog post in index page ??