Closed iamsh4shank closed 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
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.
Thank you @YoussefRaafatNasry
Yes, I didn't touch on the documentation, I appreciate if you can help with that 👍
Right now the blog doesn't provide in comment section, Disqus can provide this feature to add a comment section in the blog.