Make use of drafts.
This commit is contained in:
parent
f1c7f732c7
commit
a19ba11901
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue