diff options
author | breadcat | 2020-06-28 00:34:58 +0100 |
---|---|---|
committer | breadcat | 2020-06-28 00:34:58 +0100 |
commit | 887afdb4d9aae22eacae498bd6205623d8461e3f (patch) | |
tree | 5d5a94475e00e1cbd64edeaf72e0d81a29c5ced2 /host.bat | |
parent | 66d0c5a094d300615bc587e809b0350fc8973ea7 (diff) | |
download | blog.minskio.co.uk-887afdb4d9aae22eacae498bd6205623d8461e3f.tar.gz blog.minskio.co.uk-887afdb4d9aae22eacae498bd6205623d8461e3f.tar.bz2 blog.minskio.co.uk-887afdb4d9aae22eacae498bd6205623d8461e3f.zip |
Simple host script because lolwindows
Diffstat (limited to 'host.bat')
-rw-r--r-- | host.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host.bat b/host.bat new file mode 100644 index 0000000..79395a4 --- /dev/null +++ b/host.bat @@ -0,0 +1,3 @@ +cd %cd% +set hugo_bin=%userprofile%\Downloads\hugo.exe +"%hugo_bin%" serve . --disableFastRender |