diff options
author | breadcat | 2020-06-29 11:45:40 +0100 |
---|---|---|
committer | breadcat | 2020-06-29 11:45:40 +0100 |
commit | 6e06095a2932c99457b1a754191d219d82a37028 (patch) | |
tree | 203f48e5554c8b3e4114513622afcd215717ef74 | |
parent | 84048be2a7ecfe17a5060be0ce90cd5cf35fec42 (diff) | |
download | blog.minskio.co.uk-6e06095a2932c99457b1a754191d219d82a37028.tar.gz blog.minskio.co.uk-6e06095a2932c99457b1a754191d219d82a37028.tar.bz2 blog.minskio.co.uk-6e06095a2932c99457b1a754191d219d82a37028.zip |
No longer required
-rw-r--r-- | host.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host.bat b/host.bat deleted file mode 100644 index 79395a4..0000000 --- a/host.bat +++ /dev/null @@ -1,3 +0,0 @@ -cd %cd% -set hugo_bin=%userprofile%\Downloads\hugo.exe -"%hugo_bin%" serve . --disableFastRender |