summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
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