Create .gitpod.yml

pull/9/head
Thomas A. Christensen II 1 year ago committed by GitHub
parent 1a91d53b2d
commit fe08fdd7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,10 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- name: Install Hugo dependencies
before: brew install hugo
init: echo "Your version of Hugo is `hugo version`"
command: npm ci && hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 1313
onOpen: open-preview
Loading…
Cancel
Save