More hugo conversion, deploy script
This commit is contained in:
3
scripts/hugo
Executable file
3
scripts/hugo
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker run -p 1313:1313 --rm --workdir=/site -v .:/site hugomods/hugo:base hugo $@
|
||||
Reference in New Issue
Block a user