TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What Disqus replacement should I use on my personal blog?

7 点作者 Jerard_Victor大约 4 年前

4 条评论

acemarke大约 4 年前
I recently switched from Disqus to Utterances, which uses a Github repo&#x27;s issues as the source of comments:<p><a href="https:&#x2F;&#x2F;utteranc.es&#x2F;" rel="nofollow">https:&#x2F;&#x2F;utteranc.es&#x2F;</a><p>I used a Python export and conversion script that I found at <a href="https:&#x2F;&#x2F;pawamoy.github.io&#x2F;posts&#x2F;migrate-disqus-comments-to-utterances-github&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pawamoy.github.io&#x2F;posts&#x2F;migrate-disqus-comments-to-u...</a> , and made a couple updates to it (and then commented on that post with my changes).<p>Pretty happy with it so far.<p>Here&#x27;s a couple of my posts that show Utterances in action, one that has a lot of the migrated comments, and one with mostly new comments:<p>- <a href="https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2020&#x2F;05&#x2F;blogged-answers-a-mostly-complete-guide-to-react-rendering-behavior&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2020&#x2F;05&#x2F;blogged-answers-a-...</a><p>- <a href="https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2021&#x2F;01&#x2F;context-redux-differences&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2021&#x2F;01&#x2F;context-redux-diff...</a>
评论 #26267280 未加载
darekkay大约 4 年前
There are quite a lot of options out there: <a href="https:&#x2F;&#x2F;darekkay.com&#x2F;blog&#x2F;static-site-comments&#x2F;" rel="nofollow">https:&#x2F;&#x2F;darekkay.com&#x2F;blog&#x2F;static-site-comments&#x2F;</a>
codegeek大约 4 年前
I have seen 2 that look interesting:<p><a href="https:&#x2F;&#x2F;commento.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;commento.io&#x2F;</a><p><a href="https:&#x2F;&#x2F;www.remarkbox.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.remarkbox.com&#x2F;</a>
评论 #26267288 未加载
blackcats大约 4 年前
You can use static comments <a href="https:&#x2F;&#x2F;bsdnerds.org&#x2F;comments-static-site&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bsdnerds.org&#x2F;comments-static-site&#x2F;</a>