pidgin/nest

Update for the 2.14.3 release

2021-04-09, Sorvival
d386f4debb86
Update for the 2.14.3 release

- Modify config.toml to use the new version
- Add notes for 2.14.3 to ChangeLog
- Add blog post for Pidgin 2.14.3

Testing Done:
ran `dev-server.sh` and verified contents were the expected

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