pidgin/nest

Enable OpenGraph and Twitter Cards on all pages and add relevant fields to default archetypes

Testing Done:
Checked on local, confirmed in source that tags appear and populate properly

Bugs closed: NEST-14

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