commit 887afdb4d9aae22eacae498bd6205623d8461e3f parent 66d0c5a094d300615bc587e809b0350fc8973ea7 Author: breadcat <peter@minskio.co.uk> Date: Sun, 28 Jun 2020 00:34:58 +0100 Simple host script because lolwindows Diffstat:
A | host.bat | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/host.bat b/host.bat @@ -0,0 +1,3 @@ +cd %cd% +set hugo_bin=%userprofile%\Downloads\hugo.exe +"%hugo_bin%" serve . --disableFastRender