bennyxguo / hexo-theme-obsidian

🎨 A dark Hexo theme, it's responsive, simple but elegant.
https://obsidian.tridiamond.tech/
MIT License
781 stars 108 forks source link

GiTalk Error: Not Found #44

Closed orzklv closed 4 years ago

orzklv commented 4 years ago

So, I tried to install your theme. Working perfectly! However, I can't setup GiTalk. I dunno is this my mistake or what but I'll show my configs:


gitalk:
  enable: true
  autoExpand: true
  clientID: 'xxx'
  clientSecret: 'xxx'
  repo: 'BSBA-Blog'
  owner: 'sakhib-orzklv'
  admin: ['sakhib-orzklv']
  # Ensure uniqueness and length less than 50
  id: location.pathname
  # Facebook-like distraction
orzklv commented 4 years ago

Ok This was absolutely my fault. I created private repo. As GiTalk mentions in their instruction, I should do my blog in public report and enable issue support. Ok thanks for attention.