1
Fork 0

Make use of drafts.

This commit is contained in:
Jan-Erik Rediger 2014-03-11 17:02:57 +01:00
parent f1c7f732c7
commit a19ba11901

View file

@ -15,7 +15,7 @@ end
desc 'Serve the page on http://localhost:4000'
task :serve do
sh "jekyll serve --watch"
sh "jekyll serve --watch --drafts"
end
task :default => :serve