stitchfix / stitchfix.github.io

15 stars 4 forks source link

RSS or ATOM feed for blog posts #1

Closed joschi closed 11 years ago

joschi commented 11 years ago

I'd love to subscribe to your blog posts using my Favorite Feed Reader™ but there doesn't seem to be any RSS or ATOM feed I could subscribe to.

Using Jekyll it should be relatively easy to add an ATOM or RSS feed to the site, e. g. with the Jekyll Plugin: RSS Feed Generator.

davetron5000 commented 11 years ago

Thanks for pointing that out. Just added an atom feed - let me know if that doesn't work for you (it's a /blog/atom.xml)

joschi commented 11 years ago

Thanks for adding the ATOM feed!

The entries are correctly rendered but all meta information about the feed (like title or site URI) are not being inserted:

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title></title>
 <link href="/" rel="self"/>
 <link href=""/>
 <updated>2013-08-18T10:45:20-07:00</updated>
 <id></id>
 <author>
   <name></name>
   <email></email>
 </author>

 <entry>
   <title>Our Git Workflow</title>
   <!-- [...] -->
</feed>
davetron5000 commented 11 years ago

Oops, I think that's fixed now. I cribbed this atom.xml from somewhere else, and they used different varnames for things, it looks like.

Thanks!

Dave

On Sun, Aug 18, 2013 at 3:07 PM, Jochen Schalanda notifications@github.comwrote:

Thanks for adding the ATOM feed!

The entries are correctly rendered but all meta information about the feed (like title or site URI) are not being inserted:

<?xml version="1.0" encoding="utf-8"?>

2013-08-18T10:45:20-07:00 Our Git Workflow — Reply to this email directly or view it on GitHubhttps://github.com/stitchfix/doom/issues/1#issuecomment-22836838 .

Dave Copeland, Lead Engineer dave@stitchfix.com

joschi commented 11 years ago

Yep, looks good now. Thanks again!

bf4 commented 9 years ago

http://technology.stitchfix.com/blog/atom.xml 404's. Created issue https://github.com/stitchfix/stitchfix.github.io/issues/103