Skip to content

Commit

Permalink
using rake+jekyll instead of a stupid script
Browse files Browse the repository at this point in the history
  • Loading branch information
elipapa committed Oct 26, 2012
1 parent 81d94cb commit 4f9ff8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 49 deletions.
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
task :pdf => "_site/index.html" do
sh "wkhtmltopdf _site/index.html cv_eliseo_papa.pdf"
end

file "_site/index.html" do
sh "jekyll"
end

task :default => ["html"]
49 changes: 0 additions & 49 deletions md2pdf.py

This file was deleted.

0 comments on commit 4f9ff8f

Please sign in to comment.