pidgin/nest

Merged in default (pull request #77)

2020-01-14, Gary Kramlich
e08b08092c40
Merged in default (pull request #77)

Fix replaces list to redirect to old.pidgin where needed

Approved-by: Gary Kramlich
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