blog/tasks/demo.rake
Kazuhiro MUSASHI 4749ff1b85
All checks were successful
continuous-integration/drone/push Build is passing
Modify the IP address of the bastion server.
2025-07-12 17:03:55 +09:00

7 lines
188 B
Ruby
Executable File

#!/usr/bin/env rake
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'
end