pidgin/nest

Update stuff to work with newer hugo

2022-04-28, Gary Kramlich
eb368a232072
Update stuff to work with newer hugo

Testing Done:
Ran via `./dev-server.sh` and `npm run hugo:server` both of which were previously failing on `hugo v0.96.0+extended linux/amd64 BuildDate=unknown VendorInfo=debian:0.96.0-1`

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