mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 01:28:09 -05:00
Use an actual drafts folder
This commit is contained in:
parent
2bcba51138
commit
f94e5b725d
2
Rakefile
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user