all repos — h3rald @ cc50c9eee3f6eb9771d49973b6bbe0db9ef6a6ec

The sources of https://h3rald.com

Rakefile

 1
 2
 3
 4
Dir['tasks/**/*.rake'].sort.each { |rakefile| load rakefile; puts rakefile }

task :default => ["site:update"] do
end