remap an xml feed to the address of a wordpress rss feed
Posted
by
cboettig
on Pro Webmasters
See other posts from Pro Webmasters
or by cboettig
Published on 2012-10-17T02:16:10Z
Indexed on
2012/10/17
5:26 UTC
Read the original article
Hit count: 478
I used to have a blog based on Wordpress and moved to one based on Jekyll. I can create a new feed in Jekyll by building an atom page in XML with a bit of Liquid code, like this
The trouble is, the location of the new feed is http://carlboettiger.info/atom.xml, while the old feed from the wordpress site is http://carlboettiger.info/feed, with no extension. how can I configure the Jekyll-created feed such that followers who have pointed their readers to the old feed address from wordpress will start to get the new content?
© Pro Webmasters or respective owner