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 / .gitignore
100644 12 lines (12 sloc) 0.163 kb
1
2
3
4
5
6
7
8
9
10
11
12
.DS_Store
*/.DS_Store
log/*.log
tmp/**/*
config/config.yml
config/config.remote.yml
config/deploy.rb
data
app/test/fixtures/*.db
app/public/index.html
doc
REVISION