diff --git a/_layouts/default.html b/_layouts/default.html index d5d7b0a38d7..9e0f3147f05 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,6 +3,7 @@ + diff --git a/_posts/2009-09-25-kinetic-energy.textile b/_posts/2009-09-25-kinetic-energy.textile index 7f421e711b2..83d67d74474 100644 --- a/_posts/2009-09-25-kinetic-energy.textile +++ b/_posts/2009-09-25-kinetic-energy.textile @@ -12,7 +12,7 @@ As you can tell, the redesign is live! Thanks to "Thoughtbot":http://thoughtbot. The next big piece of news is that this site will be moving to "http://rubygems.org":http://rubygems.org soon. (The current site will stay live at "http://docs.rubygems.org":http://docs.rubygems.org). We're currently working with the RubyGems team on this, and it will require a little bit of redirecting and rebranding on our part. Stay tuned here for updates! -We're also going to use this space to feature gems that are new (and of course, some that are old) that are hosted on the site. This will be a column in the style of "GitHub Rebase":http://rebase.github.com, so if you've got ridiculous Ruby images or great gems on gemcutter be sure to let us know. +We're also going to use this space to feature gems that are new (and of course, some that are old) that are hosted on the site. This will be a column in the style of "GitHub Rebase":http://rebase.github.com, so if you've got ridiculous Ruby images or great gems on gemcutter, let me know at nick@gemcutter.org. h5. Features diff --git a/atom.xml b/atom.xml new file mode 100644 index 00000000000..c7d768cee91 --- /dev/null +++ b/atom.xml @@ -0,0 +1,28 @@ +--- +layout: nil +--- + + + + The Gemcutter Update + + + {{ site.time | date_to_xmlschema }} + http://update.gemcutter.org/ + + Nick Quaranto + nick@gemcutter.org + + + {% for post in site.posts %} + + {{ post.title }} + + {{ post.date | date_to_xmlschema }} + http://update.gemcutter.org{{ post.id }} + {{ post.content | xml_escape }} + + {% endfor %} + + +