updated rakefile to generate pygments syntax highlighting
This commit is contained in:
parent
8990906466
commit
c63ccc919e
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue