Skip to content

Commit

Permalink
Merge pull request #58 from jasonrandrews/main
Browse files Browse the repository at this point in the history
add Gitpod yml file
  • Loading branch information
jasonrandrews authored Feb 5, 2024
2 parents 3cc2244 + 4f2842a commit dc1c454
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
tasks:
- name: Install Hugo
before: brew install hugo
init: echo "Your version of Hugo is `hugo version`"
command: |
hugo server -D -F --baseURL $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
ports:
- port: 1313
onOpen: open-browser

0 comments on commit dc1c454

Please sign in to comment.