pidgin/nest

Remove networkredux from our supporters

2020-12-02, Gary Kramlich
c9ad543c8bc2
Remove networkredux from our supporters

Testing Done:
ran `npm run hugo:server` locally and verified no issues.

Reviewed at https://reviews.imfreedom.org/r/259/
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