-
Notifications
You must be signed in to change notification settings - Fork 55
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 blog integration #22
Comments
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 |
@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. |
@CuriousLearner That what I was asking. Thanks for replying. I will do it using js need bit time . |
@CuriousLearner please review it and let me know how I can display first few post and where I have to display it. |
@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. |
@theskumar just wanted to know that. Where we need to show the blog post in index page ?? |
The text was updated successfully, but these errors were encountered: