# File lib/nanoc3/extra/deployers/rsync.rb, line 57 def initialize # Get site error 'No site configuration found' unless File.file?('config.yaml') @site = Nanoc3::Site.new('.') end