pidgin/nest

Announce the 2021 Q3 State of the Bird

2021-10-08, Gary Kramlich
084499061e85
Announce the 2021 Q3 State of the Bird

Testing Done:
Ran `hugo server` and verified it looked fine.

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