Get started -> I want to install Disqus on my site
config.yml 設定 disqusShortname
1
2
# Change it to your Disqus shortname before usingdisqusShortname:xxx
新增 layouts/partials/disqus.html 並貼上:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<divid="disqus_thread"></div><scripttype="text/javascript">(function(){// Don't ever inject Disqus on localhost--it creates unwanted
// discussions from 'localhost:1313' on your Disqus account...
if(window.location.hostname=="localhost")return;vardsq=document.createElement('script');dsq.type='text/javascript';dsq.async=true;vardisqus_shortname='{{ .Site.DisqusShortname }}';dsq.src='//'+disqus_shortname+'.disqus.com/embed.js';(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(dsq);})();</script><noscript>Please enable JavaScript to view the <ahref="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript><ahref="https://disqus.com/"class="dsq-brlink">comments powered by <spanclass="logo-disqus">Disqus</span></a>