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/
{
"version": "0.1",
"language": "en",
"words": [],
"dictionaryDefinitions": [
{
"name": "Pidgin",
"path": "./tools/pidgin-words.txt"
}
],
"dictionaries": [
"Pidgin",
"en-us",
"en-gb",
"companies"
],
"flagWords": [],
"ignorePaths": [
"node_modules/**",
"hugo/themes/learn/**",
"hugo/public/**",
"public/**",
"tools/paths.txt",
"package-lock.json",
"package.json",
"hugo/data/**/*",
"convey.yml"
],
"overrides": [
{
"filename": "hugo/content/**/*.es.md",
"language": "es"
}
],
"enabledLanguageIds": [
"css",
"dockerfile",
"html",
"javascript",
"json",
"jsonc",
"markdown",
"plaintext",
"python",
"scss",
"text",
"toml",
"yaml",
"yml"
]
}