diff --git a/Rakefile b/Rakefile index 8e32a57..75d6a17 100644 --- a/Rakefile +++ b/Rakefile @@ -44,7 +44,7 @@ load '_rake-configuration.rb' if File.exist?('_rake-configuration.rb') desc 'Preview with livereload on local machine' task :preview => :clean do puts green "Starting livereload server" - jekyll('serve -L') + jekyll('serve -L --drafts') end task :serve => :preview diff --git a/_posts/2018-08-22-4-reasons-python.md b/_drafts/4-reasons-python.md similarity index 100% rename from _posts/2018-08-22-4-reasons-python.md rename to _drafts/4-reasons-python.md diff --git a/_posts/2018-08-26-isomorphic-apps.md b/_drafts/isomorphic-apps.md similarity index 100% rename from _posts/2018-08-26-isomorphic-apps.md rename to _drafts/isomorphic-apps.md