UNPKG

hexo-talk

Version:

Creating a talk component or page in hexo post.

9 lines (7 loc) 202 B
/* global hexo */ hexo.extend.generator.register("talk", function (locals) { if (!this.config.talk.enable) { return; } return require("./lib/TalkGenerator").call(this, locals); });