pidgin/nest

78a5df7416a9
Add a post announcing the state of the bird for q4 2021.

Also fix some build issues as hugo changed some things security wise.

Testing Done:
Ran via `npm run hugo:server` and verified the links all work.

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