Nealc

Results 1 issues of Nealc

在\layout\_partial\plugins 下新建了 了gitalk.ejs文件 ``` var gitalk = new Gitalk({ clientID: '', clientSecret: '', repo: '', owner: '', admin: '' id: location.pathname, distractionFreeMode: '' }) gitalk.render('comments') ``` 接着在\layout\_partial\post\comment.ejs 中加入 `` 最后在主题配置文件中加入...