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

.gitpod.yml - github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aada5817fabbc76197393bd8f08bd07332598ba1 (plain)
1
2
3
4
5
6
7
8
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