+ [2013-09-27T15:28:52Z] aboudreault yeah, how can we do that?
+ [2013-09-27T15:28:58Z] aboudreault I'm using heroku to deploy
+ [2013-09-27T15:29:53Z] aboudreault from heroky doc: <<you’ll need to configure your application to set the appropriate HTTP cache control headers>>
+ [2013-09-27T15:43:14Z] aboudreault for those interested: looks like we have to add something like this in config.ru: cache_control :public, :must_revalidate, :max_age => 7200
+ [2013-09-27T16:07:02Z] pontiki interesting...

message no. 10608

Posted by aboudreault in #octopress at 2013-09-27T15:27:50Z

can we control the cache header with octopress?
+ [2013-09-28T17:59:18Z] pontiki is there a way to pass an array argument to a rake task (x-post from #ruby)
+ [2013-09-28T17:59:58Z] pontiki forex: rake new_post['My Aardvark is Cool',critters,aardvarks,cool] or sommat
+ [2013-09-28T18:00:15Z] pontiki so i can gather up the last 3 as categories
+ [2013-10-03T07:20:24Z] kAworu Hi there
+ [2013-10-03T07:22:53Z] kAworu I wrote a Boostrap 3 theme for octopress, demo http://kaworu.github.io/octopress/ :)