jason/nest

Downstreaming changes for theme
draft
2019-11-30, Jason
ba7e33f6734d
Downstreaming changes for theme

This commit brings down changes from the upstream for the theme.

This includes:
* the i18n
* taxonomy suport
* reverting some file deletion I naively deleted
* adding theme changelog
* updateing CSS and JS libraries
* plus some whitspace removal

=======

It also has formatting for all templates making sure there is a space on templating brackets -
`{{ stuff }}` not `{{stuff}}`
{
"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"
]
}