From 4f9ff8fe47b346a8886ba098b8cd0d81237fb9a8 Mon Sep 17 00:00:00 2001 From: eliseo papa Date: Fri, 26 Oct 2012 14:53:24 +0100 Subject: using rake+jekyll instead of a stupid script --- Rakefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Rakefile (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..dc1ce9e --- /dev/null +++ b/Rakefile @@ -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"] \ No newline at end of file -- cgit v1.2.3