Modify `demo` task.
This commit is contained in:
parent
c6093b4f25
commit
e5d33d6fe6
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
desc 'Generate the HTML demo pages including drafts'
|
desc 'Generate the HTML demo pages including drafts'
|
||||||
task :demo do
|
task :demo do
|
||||||
sh 'hugo server --buildDrafts -w'
|
sh 'hugo server --buildDrafts -w --bind 192.168.10.101 -b 192.168.10.101 --disableFastRender'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue