pidgin/nest

A first pass at a blog post thanking Steadfast Networks for their generous
hosting over the past several years. Included is a bit of a history lesson on
how we ended up on Steadfast and how we used the server they provided us.

Testing Done:
Ran hugo server locally and verified the post appeared as expected.

Reviewed at https://reviews.imfreedom.org/r/660/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}