reuixiy / hugo-theme-meme

😝 You can’t spell awesome without MemE!
https://io-oi.me/hugo-theme-meme
MIT License
1.02k stars 280 forks source link

绑定到自定义域名不显示评论模块 #453

Open twoheartliu opened 10 months ago

twoheartliu commented 10 months ago
# 是否开启(全局设置)
    enableComments = true
    # 说明:文章的 Front Matter 中的 `comments`
    #      的优先级高于此处

    # 直接加载评论,不需要手动点击按钮加载
    autoLoadComments = true

    ## Disqus
    enableDisqus = true
    disqusShortname = "twoheart"

配置里设置了开启评论和自动加载评论,以及 enableDisqus

image 页面能够显示评论容器,但是无法加载出评论模块。

但是在 https://twoheartliu.github.io/nofan-blog/ 这种页面又是可以出现评论的。

twoheartliu commented 10 months ago

目前的解决方案是放弃使用 autoLoadComments,手动点加载评论