added compass, added some basic stylesheets
This commit is contained in:
parent
82d0251da1
commit
d8d51719fb
33 changed files with 691 additions and 8 deletions
2
Rakefile
2
Rakefile
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue