使用Hexo搭建博客(四),博客的部件和插件 - 简书
2015年8月28日 - 代码粘贴到D:\Hexo\themes\jacman\layout\_partial\post\comment.ejs文件里面; ...3.在博客的D:\Hexo\source目录下,新建名为CNAME的文本文件,没有后缀...
hexo搭建博客的实用功能(上)(基于hexo3.0) - 推酷
2015年4月9日 - \hexo\themes\light\layout\_partial 文件夹下有comment.ejs,则将 E:\hexo\...把(在article.ejs文件的底部) <% if (!index && post.comments && confi...
为Hexo博客添加评论模块 - Lemostic - 博客园
2016年5月14日 - 打开文件Hexo\themes\freemind\layout\_partial\post\comment.ejs,将原有代码替换为如下代码: 1234567891011121314151617181920212223242526272829303...
Hexo:独立博客新玩法
2014年6月8日 - 全部markdown和html文件,如果不想让hexo处理你的文件,可以在文件头中加入layout:...将通用代码粘贴到 hexo\themes\modernist\layout\_partial\comment...