From f94e5b725d5fb0d473d9897f74cd72a460e382f8 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 1 Sep 2018 15:32:49 -0400 Subject: [PATCH] Use an actual drafts folder --- Rakefile | 2 +- .../4-reasons-python.md | 0 .../2018-08-26-isomorphic-apps.md => _drafts/isomorphic-apps.md | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename _posts/2018-08-22-4-reasons-python.md => _drafts/4-reasons-python.md (100%) rename _posts/2018-08-26-isomorphic-apps.md => _drafts/isomorphic-apps.md (100%) 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