pidgin/nest

5b9cde807fbe
Add blog post for pidgin 2.14.4 release

Testing Done:
Ran `dev-server.sh` and verified contents of the blog post looked as intended

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