
task :default => :build

desc 'deploy the site to the webserver'
task :deploy => [:build, 'deploy:rsync']

SITE.uv.theme = 'twilight'
SITE.uv.line_numbers = false

# EOF
