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

github.com/zwbetz-gh/cayman-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zachary.w.betz@uscis.dhs.gov>2021-01-11 05:00:53 +0300
committerzwbetz <zachary.w.betz@uscis.dhs.gov>2021-01-11 05:00:53 +0300
commit17a56c5951570bca6bd37f100e704731648ccae3 (patch)
tree126d1237e80b32e38166c125852df96dbf583594
parent66fc69b16d0f1b94e5f1298dd40aa1c87abf660a (diff)
script to serve
-rwxr-xr-xtask_serve.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/task_serve.sh b/task_serve.sh
new file mode 100755
index 0000000..80281fd
--- /dev/null
+++ b/task_serve.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+cd exampleSite
+hugo serve --themesDir ../..
+cd ..