HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.2k stars 2.9k forks source link

Add Utteranc.es as a commenting engine #1363

Closed jacebenson closed 4 years ago

jacebenson commented 5 years ago

Since you've gone and done the hard work of updating the commenting stuff to allow for different engines, if you'd like I can whip up a PR for https://utteranc.es

It claimes to be a;

A lightweight comments widget built on GitHub issues. Use GitHub issues for blog comments, wiki pages and more!

Open source. No tracking, no ads, always free. No lock-in. All data stored in GitHub issues. Styled with Primer, the css toolkit that powers GitHub. Dark theme. 🌘 Lightweight. Vanilla TypeScript. No font downloads, JavaScript frameworks or polyfills for evergreen browsers.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had any recent activity. The resources of the Academic team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open. If this is a feature request, and you feel that it is still relevant and valuable, please tell us why. This issue will automatically close soon if no further activity occurs. Thank you for your contributions.

Robinlovelace commented 3 years ago

If anyone is here hoping to find a quick answer to the question of how to just add utterances, see my comments towards the bottom of this great blog post on the topic: https://masalmon.eu/2019/10/02/disqus/

Basically: just replace everything in layouts/partials/comments.html with the code snippet from utterances.

Source: http://rmflight.github.io/post/comments-enabled-via-utterances/

Commit adding Utteranc.es to my site (so simple): https://github.com/rbind/robinlovelace/commit/4eb251f807640cf449cc3fed25dec51c3ab90f3b

jacebenson commented 3 years ago

I had created a PR to add this to the repo but was directed to make a plugin. https://github.com/wowchemy/wowchemy-hugo-modules/pull/1364 That code may help others either make a plugin (I got lost there) or add it manually to their site.