diff --git a/Rakefile b/Rakefile index a87c22f..a796642 100644 --- a/Rakefile +++ b/Rakefile @@ -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