pidgin/nest

The release-process page was marked as draft, so it wasn't being built for the production site

Testing Done:
Ran `npm run hugo:server` and made sure nothing was broken, but that wouldn't show the issue anyways..

Reviewed at https://reviews.imfreedom.org/r/808/
{
"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
}
}
]
}