灵思 (@1049358057)给hexo部署waline评论系统 中发帖

搭建waline
官网已经给出很详细的搭建教程了 
教程 
启用 waline 评论
在博客配置文件 _config.stellar.yml 中启用 waline 评论 
######## Comments ########
comments:
  service: waline # beaudar, utterances, giscus, twikoo, waline, artalk
  comment_title: 快来参与讨论吧~

  # Waline
  # https://waline.js.org/
  waline:
    js: https://gcore.jsdelivr.net/npm/@waline/client@3.1.3/dist/waline.js
    css: https://gcore.jsdelivr.net/npm/@waline/client@...
 
 
Back to Top