Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-gro <grossnik@tuvok>2018-06-28 08:51:11 +0300
committerit-gro <grossnik@tuvok>2018-06-28 08:51:11 +0300
commit9dcf01a46fa735c35ca254ed43df8567c69bad61 (patch)
treeac840828cbe10e635e3e01350f14b23159a670a1
parenta45d8a4165e8c9f416a557ab704925e9efc13fca (diff)
Add bin with hugo server shell script
-rwxr-xr-xexampleSite/bin/hugo-server-sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/bin/hugo-server-sh b/exampleSite/bin/hugo-server-sh
new file mode 100755
index 0000000..7da57a9
--- /dev/null
+++ b/exampleSite/bin/hugo-server-sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cd $(dirname $0)/..
+hugo server -w --themesDir ../../ --disableFastRender --navigateToChanged