pidgin/nest

Inspired by a question asked in the r/pidgin subreddit, add a bit more
clarification that an account at Hub is required for PidginChat.

Testing Done:
Ran hugo locally and verified that the page appeared as expected.

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