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

Add Disqus comment in blog section #45

Closed iamsh4shank closed 4 years ago

iamsh4shank commented 4 years ago

Right now the blog doesn't provide in comment section, Disqus can provide this feature to add a comment section in the blog.

rribeiro1 commented 4 years ago

Hi @robustTechie, it has support to Disqus.

In this PR https://github.com/YoussefRaafatNasry/portfolYOU/pull/48 I've added the ability to activate or deactivate in blog posts using comments: true

Once it's merged, you can use:

### Disqus ###
disqus:
  shortname: your-short-name-disqus  # Your website Shortname on disqus

And in the blog post:

---
title: What is version control?
color: secondary
comments: true
description: Benefits of version control and version control systems.
---

I am using in my page: https://rafaelribeiro.io/blog/amazon-budgets-slack-integration

yousinix commented 4 years ago

Thanks to @rribeiro1, Disqus integration was added to portfolYOU in #28. It's currently not documented but it will be before the next release, and after merging #48 as it adds some improvements to the existing implementation.

rribeiro1 commented 4 years ago

Thank you @YoussefRaafatNasry

Yes, I didn't touch on the documentation, I appreciate if you can help with that 👍