在参考某篇文章给博客加评论系统(valine)和邮件提醒时
报错:ERROR Render HTML failed: about/about.html TypeError: Cannot read property ‘replace’ of null
hexo+github+nexT搭建个人博客踩坑
所有html都无法渲染,甚至在全部删除再新生成之后。开始以为是md语法错误,或者就像网上说的配置文件root写错了,修改无果。手动回滚发现是 \themes\next\layout_third-party\index.swing中多包含了一个头文件,删掉就好。

关闭某个页面的评论:
头部增加:comments: false 即可

相关文章:

  • 2021-09-18
  • 2021-11-20
  • 2018-07-24
  • 2021-11-20
  • 2021-04-11
  • 2021-08-27
  • 2019-09-17
  • 2021-04-13
猜你喜欢
  • 2018-05-02
  • 2021-11-20
  • 2021-11-30
  • 2021-11-22
  • 2021-09-06
  • 2021-07-18
  • 2021-11-30
相关资源
相似解决方案