pidgin/nest

Merged in default (pull request #91)

2020-04-18, Gary Kramlich
4001a8922417
Merged in default (pull request #91)

Initialize search fields from URL correctly.

Approved-by: Gary Kramlich
Approved-by: John Bailey
box: golang
build:
steps:
# Gets the dependencies
- script:
name: get hugo
code: |
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 site
code: |
cd exampleSite && hugo