next主题功能配置(评论功能)

关于博客都是根据next使用文档一步步配置完成的。
NexT 使用文档:http://theme-next.iissnan.com/

虽然使用文档中提供了DISQUS、Facebook Comments、HyperComments、网易云跟帖、来必力5个评论系统,但是DISQUS被墙了;Facebook最近又出了一个泄密门(主要博主没账号啊);HyperComments只支持Google 账号注册(呵呵哒没有);网易云跟帖早已停止服务;so,就他dy的来必力能使了。
首先注册个来必力账号,然后选择安装版本,博主用的是city免费版,对于博客来说已经够用了。复制uid字符串,粘贴到 主题配置文件 livere_uid 后边
uid

1
livere_uid: uid

注意:在 layout/_scripts/third-party/comments/ 目录中检查是否有 livere.swig文件,如果没有就添加上,文件内容如下

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% if not (theme.duoshuo and theme.duoshuo.shortname) and not theme.duoshuo_shortname and not (theme.disqus.enable and theme.disqus.shortname) and not theme.hypercomments_id %}

{% if page.comments and theme.livere_uid %}
<script type="text/javascript">
(function(d, s) {
var j, e = d.getElementsByTagName(s)[0];
if (typeof LivereTower === 'function') { return; }
j = d.createElement(s);
j.src = 'https://cdn-city.livere.com/js/embed.dist.js';
j.async = true;
e.parentNode.insertBefore(j, e);
})(document, 'script');
</script>
{% endif %}

{% endif %}

如果有什么可以帮到你的,就请博主喝杯茶吧