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

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-05-18 00:52:24 +0300
committerIvan Boothe <git@rootwork.org>2022-05-18 00:52:24 +0300
commit6d4d0195b904a1a4f71167772890d2995b21d5f3 (patch)
tree01a40e63e799c7b739b4cffc42ae9a6f0a798a9b
parenta73ca4e7ad85369f4c8581429804b3c7ba6c7cec (diff)
adding Gitpod init
Signed-off-by: Ivan Boothe <git@rootwork.org>
-rw-r--r--.gitpod.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..aada581
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,9 @@
+# Hugo template via https://github.com/gitpod-io/template-hugo/blob/main/.gitpod.yml
+tasks:
+ - name: Install and start hugo
+ before: brew install hugo
+ init: echo "Your version of Hugo is `hugo version`"
+ command: cd exampleSite && hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0 --themesDir ../..
+ports:
+ - port: 1313
+ onOpen: open-preview