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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz-gh <zwbetz@gmail.com>2021-05-20 05:02:47 +0300
committerzwbetz-gh <zwbetz@gmail.com>2021-05-20 05:02:47 +0300
commitef6d289e1bf32aa61ce4a46af0247b6349116ae1 (patch)
treee26342d01c8266a3f518df721156228fe5b94a23
parentf01266246f865b1351d0c52c8ff40c57848b4e0e (diff)
shell 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 ..