added compass, added some basic stylesheets

This commit is contained in:
B Mathis 2009-10-18 20:10:45 -05:00
parent 82d0251da1
commit d8d51719fb
33 changed files with 691 additions and 8 deletions

View file

@ -29,7 +29,7 @@ task :generate => :clean do
system "compass"
system "jekyll"
Dir["#{site}/stylesheets/*.sass"].each { |f| rm_rf(f) }
system "mv #{site}/atom.html #{site}/blog/atom.xml"
system "mv #{site}/atom.html #{site}/atom.xml"
end
desc "generate and deploy website"