all repos — h3rald @ 694b0113a7f14063972a6d7bccf4ab2d1cb248e5

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