box:golangbuild:steps:# Gets the dependencies-script:name:get hugocode:|git clone https://github.com/gohugoio/hugo.git && cd hugo && go install# Sets the go workspace and places you package# at the right place in the workspace tree-setup-go-workspace# Build the project-script:name:build sitecode:|cd exampleSite && hugo