summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authoreliseo papa <elipapa@alum.mit.edu> 2013-03-09 01:11:14 +0000
committereliseo papa <elipapa@alum.mit.edu> 2013-03-09 01:11:14 +0000
commit7c7227a0b00d358195658a455d1a8817050df35f (patch)
tree6706332657d61f7e1c3ee3193ae37b6f4c6c40f6 /Rakefile
parent3c23ddc1a491c3d637b66381180a3d94a72dba7e (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--Rakefile9
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