diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 |