blog/tasks/demo.rake

7 lines
188 B
Ruby
Raw Normal View History

2019-03-31 11:00:21 +00:00
#!/usr/bin/env rake
desc 'Generate the HTML demo pages including drafts'
task :demo do
2022-10-16 12:23:00 +00:00
sh 'hugo server --buildDrafts -w --bind 192.168.10.101 -b 192.168.10.101 --disableFastRender'
2019-03-31 11:00:21 +00:00
end