Skip to content

Instantly share code, notes, and snippets.

@johndbritton
Created April 7, 2013 02:04
ready do
sitemap.resources.group_by {|p| p.data["category"] }.each do |category, posts|
proxy "/category/#{category}.html", "category.html",
:locals => { :category => category, :posts => posts }, :ignore => true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment