jerryc127 / hexo-theme-butterfly

🦋 A Hexo Theme: Butterfly
https://butterfly.js.org
Apache License 2.0
7.07k stars 1.28k forks source link

waline 前端配置不生效 #564

Closed cooper1x closed 3 years ago

cooper1x commented 3 years ago

Butterfly Information

Butterfly Version: 3.7.7

Platform: macOS Big Sur

Browser: Chrome 90

Expected behavior

添加如下配置后,文章页面出现评论框。 配置 1:

comments:
  # Up to two comments system, the first will be shown as default
  # Choose: Disqus/Disqusjs/Livere/Gitalk/Valine/Waline/Utterances/Facebook Comments/Twikoo
  use:
    - waline
    - Disqus

配置 2:

waline:
  serverURL: https://my-waline-nine.vercel.app/
  avatar: monsterid # gravatar style https://zh-tw.gravatar.com/site/implement/images/#default-image
  emojiCDN: //i0.hdslb.com/bfs/emote/
  bg: /img/comment-bg.png
  visitor: false
  option:

Actual behavior

底部未出现 waline 评论,配置后 hexo g 不生效,但 disqus 配置后是正常的。 image

CCKNBC commented 3 years ago

@cooper1x 请根据注释首字母大写

cooper1x commented 3 years ago

@CCKNBC 可以了,感谢!