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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'task_serve.sh')
-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..fafe2f6
--- /dev/null
+++ b/task_serve.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+cd exampleSite;
+hugo serve --themesDir ../..;
+cd ..;