aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-11 20:16:43 -0600
committerB Mathis <brandon@imathis.com>2009-11-11 20:16:43 -0600
commitc63ccc919e92c353d7ff9239d033d1d2b80c299a (patch)
treec2b418f0d0f9aa5ff5d680d87869a73a9cee4087 /Rakefile
parent8990906466354749a70691b84a315c0272a4a9be (diff)
downloadmy_new_personal_website-c63ccc919e92c353d7ff9239d033d1d2b80c299a.tar.xz
my_new_personal_website-c63ccc919e92c353d7ff9239d033d1d2b80c299a.zip
updated rakefile to generate pygments syntax highlighting
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 685aeb80..8375eb41 100644
--- a/Rakefile
+++ b/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