ch1ny / kira-hexo

A ✨ Kirameki no Hexo theme. Visit https://kira.host/ to get a preview. Style based on nexmoe.
https://kira.host/hexo/
78 stars 3 forks source link

开启giscus和gitalk碰到的一点问题 #36

Open abba01001 opened 1 year ago

abba01001 commented 1 year ago

giscus.ejs里 <script src="<%- theme.cdn.giscus.js %>" 这里debug报错读不到。 换成 <script src="https://giscus.app/client.js" 成功解决 不知道什么原理,找了好久才解决的

ch1ny commented 1 year ago

是不是 _config.kira.yml 里没有进行相关配置呢?

cdn:
    gitalk:
        css: https://unpkg.com/gitalk@latest/dist/gitalk.css
        js: https://unpkg.com/gitalk@latest/dist/gitalk.min.js
    giscus:
        js: https://giscus.app/client.js

image