updated rakefile to generate pygments syntax highlighting

This commit is contained in:
B Mathis 2009-11-11 20:16:43 -06:00
parent 8990906466
commit c63ccc919e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ end
desc "Generate site files only"
task :generate_site => [:clean, :generate_style] do
puts "\n\n>>> Generating site files <<<"
system "jekyll"
system "jekyll --pygments"
system "mv #{site}/atom.html #{site}/atom.xml"
end