diff options
author | eliseo papa <elipapa@alum.mit.edu> | 2013-03-09 01:11:14 +0000 |
---|---|---|
committer | eliseo papa <elipapa@alum.mit.edu> | 2013-03-09 01:11:14 +0000 |
commit | 7c7227a0b00d358195658a455d1a8817050df35f (patch) | |
tree | 6706332657d61f7e1c3ee3193ae37b6f4c6c40f6 /Rakefile | |
parent | 3c23ddc1a491c3d637b66381180a3d94a72dba7e (diff) |
abandon wkhtmltopdf in favour of just printing from the browser by means of a separate print.css
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Rakefile b/Rakefile deleted file mode 100644 index dc1ce9e..0000000 --- a/Rakefile +++ /dev/null @@ -1,9 +0,0 @@ -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"]
\ No newline at end of file |