diff options
author | B Mathis <brandon@imathis.com> | 2009-11-11 20:16:43 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-11 20:16:43 -0600 |
commit | c63ccc919e92c353d7ff9239d033d1d2b80c299a (patch) | |
tree | c2b418f0d0f9aa5ff5d680d87869a73a9cee4087 /Rakefile | |
parent | 8990906466354749a70691b84a315c0272a4a9be (diff) | |
download | my_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-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |