public
Description: Minimalist blogging engine without textareas based on Markdown, Ruby, Sinatra and Git push hooks
Homepage: http://www.restafari.org/introducing-marley.html
Clone URL: git://github.com/karmi/marley.git
joshnesbitt (author)
Mon Sep 07 03:02:59 -0700 2009
karmi (committer)
Sun Sep 13 07:58:00 -0700 2009
commit  602068a594e7911041b3ea3b5073878b390ff91c
tree    2da301241d62cf7673a8c766ddcfe7a4a639f788
parent  6e25204952a989722804ca928006bbd04209a920
marley / Capfile
100644 2 lines (2 sloc) 0.083 kb
1
2
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
load 'config/deploy'