yscoder / hexo-theme-indigo

一个Material Design风格的Hexo主题。 https://imys.net/    备用:
https://yscoder.github.io/
The Unlicense
2.79k stars 541 forks source link

How To Add Disqus Plugin? #373

Open rifkytech opened 6 years ago

rifkytech commented 6 years ago

I want to add disqus plugin, but i am use plugin disqus in layout_partial\plugins\disqus.ejs is not working please help me this

and please answer with english :dancing_men:

abelsu7 commented 6 years ago

The support of Disqus is already integrated in Indigo. You just need to edit the _config.yml under your theme folder:

# disqus_shortname: false
disqus_shortname: <enter_your_disqus_shortname_here>

then hexo clean and hexo g,it should work now.