all repos — h3rald @ 9a1395642bcbb0a582ce978eadb9a9a74132f115

The sources of https://h3rald.com

Rakefile

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

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