File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This configuration file was automatically generated by Gitpod.
2
+ # Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3
+ # and commit this file to your remote git repository to share the goodness with others.
4
+
5
+ # Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6
+
7
+ tasks :
8
+ - name : Install Hugo
9
+ before : brew install hugo
10
+ init : echo "Your version of Hugo is `hugo version`" && hugo mod tidy
11
+ command : hugo server -D -F --baseURL $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0 --disableFastRender
12
+
13
+ ports :
14
+ - port : 1313
15
+ onOpen : open-preview
Original file line number Diff line number Diff line change
1
+ [build ]
2
+ publish = " public"
3
+ command = " hugo --gc --minify -b ${DEPLOY_PRIME_URL}"
4
+
5
+ [build .environment ]
6
+ HUGO_VERSION = " 0.138.0"
You can’t perform that action at this time.
0 commit comments