all repos — h3rald @ 8b38ce423c344fa88f406e35c90fa85fa659e40a

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