cobyism / ghost-on-heroku

One-button Heroku deploy for the Ghost blogging platform.
MIT License
743 stars 686 forks source link

Adding Disqus comments to existing heroku ghost app #155

Closed karthikchintala1 closed 6 years ago

karthikchintala1 commented 6 years ago

I've installed ghost through cobysium on heroku.com. Thank you.

But as I cloned the repo I just don't get all the source code I just got the .git folder and it the terminal says

warning: You appear to have cloned an empty repository.

So, I only have .git folder in the cloned repo.

How to setup Disqus comments on the existing heroku app?

I tried by connecting the heroku to github.com to a repo but I can't build the ghost repo successfully. So, I disconnected the github repo from heroku.

mars commented 6 years ago

The README describes how to get the source code.

I don’t have any personal knowledge of Discus, though.

karthikchintala1 commented 6 years ago

@mars Thanks for the response.

I tried by downloading that but no use of downloading the code as it doesn't have any files to configure Disqus.

I found a way to adjust the comments section through code injection in ghost blog.

https://gist.github.com/novaugust/aa73f696a72f2a2dacce85c424e12558.

Closing the issue.