examples/webby/Rakefile in webby-0.8.2 vs examples/webby/Rakefile in webby-0.8.3

- old
+ new

@@ -4,14 +4,15 @@ task :default => :build desc 'deploy the website to Rubyforge' task :deploy => [:build, 'deploy:rsync'] -SITE.host = 'tim_pease@rubyforge.org' +SITE.user = 'tim_pease' +SITE.host = 'rubyforge.org' SITE.remote_dir = '/var/www/gforge-projects/webby/' SITE.create_mode = 'directory' -SITE.uv[:theme] = 'blackboard' +SITE.uv[:theme] = 'twilight' SITE.uv[:line_numbers] = true task :autobuild => :growl # EOF