Compare commits

..

No commits in common. "668ae9175616744a6ecbfd35204075394b00ad12" and "04ddb0bce51e14bcfb6dc45c125a959deb246a2c" have entirely different histories.

View File

@ -2,5 +2,5 @@
desc 'Generate the HTML demo pages including drafts'
task :demo do
sh 'hugo server --buildDrafts -w --bind 192.168.10.102 -b 192.168.10.102 --disableFastRender'
sh 'hugo server --buildDrafts -w --bind 192.168.10.101 -b 192.168.10.101 --disableFastRender'
end