ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 336 forks source link

add multi author support #233

Closed noraj closed 5 years ago

noraj commented 5 years ago

Add multi author support from https://github.com/bob983/hexo-multiauthor

fix wrong PR #232

ppoffice commented 5 years ago

@noraj It looks good. However, I think it's better to put the hexo-multiauthor in the peerDependencies list in the package.json file (or remove hexo-multiauthor from the dependencies), as this theme is not really depending on that plugin.

noraj commented 5 years ago

@ppoffice I moved it to peerDependencies.