yousinix / portfolYOU

A beautiful portfolio Jekyll theme that works with GitHub Pages.
https://yousinix.github.io/portfolYOU
MIT License
1k stars 598 forks source link

Disqus implementation #24

Closed ranrinc closed 4 years ago

ranrinc commented 4 years ago

Is there away to add disqus into our post or article? If yes how?

yousinix commented 4 years ago

Unfortunately, it's not currently supported. I will try to work on it in the next summer updates. PRs are welcomed too, if you want to implement it yourself.

ranrinc commented 4 years ago

Hi @YoussefRaafatNasry,

I found a simple way of adding disqus to your template. It simply registered yourself to disqus and add disqus to your site.. Choose Universal Code and in my case, I choose the 1st options. Then add the code to _layouts/post.html put in on top of the footer. That's it. You should have disqus up and running.

yousinix commented 4 years ago

I will try integrating it soon.

rribeiro1 commented 4 years ago

Hi @YoussefRaafatNasry, I've just opened the PR https://github.com/YoussefRaafatNasry/portfolYOU/pull/28 to implement this. I am not a front-end developer but I tried to follow the pattern of the project.

yousinix commented 4 years ago

@rribeiro1 Thanks a million for your contribution, I will review it soon.