docs: Remove unnecessary hexo-generator-* plugins.

Generators are used for generating additional content in Hexo.  While these
are great for making a blog (for example, `hexo-generator-index` to put all
your blog posts on an index page, `hexo-generator-tag` to keep a page updated
with all your trending blog tags, and `hexo-generator-archive` if you want to
store your aging content somewhere where nobody will find it), they don't seem
to be at all necessary for our purposes, which are documentation.

Unfortunately, they are in the default skeleton of a new Hexo project and they
don't seem to have ever been removed from our non-blog docs deployments,
despite the fact that they seem unnecessary.

In an effort to drastically reduce the overhead of maintaining these docs
deployments, I'm removing these as "unnecessary" until proven otherwise.
This commit is contained in:
Jesse Rosenberger 2018-03-23 17:52:31 +02:00
parent c941702253
commit 616632ffdb

View file

@ -10,10 +10,6 @@
"chexo": "1.0.4",
"handlebars": "4.0.11",
"hexo": "3.6.0",
"hexo-generator-archive": "0.1.5",
"hexo-generator-category": "0.1.3",
"hexo-generator-index": "0.2.1",
"hexo-generator-tag": "0.2.0",
"hexo-renderer-ejs": "0.3.1",
"hexo-renderer-less": "0.2.0",
"hexo-renderer-marked": "0.3.2",