public
Description: Micro-blog with erubis and markdown and auto-publishing with git commit hook (in about 20 lines of code)
Homepage:
Clone URL: git://github.com/zackchandler/squawk-micro.git
squawk-micro / Rakefile
100644 3 lines (3 sloc) 0.036 kb
1
2
3
task :publish do
  `ruby gen.rb`
end