Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from Disqus #248

Open
VincentTam opened this issue Aug 26, 2019 · 2 comments
Open

Migrate from Disqus #248

VincentTam opened this issue Aug 26, 2019 · 2 comments

Comments

@VincentTam
Copy link

Disqus contains a 3rd-party script to be loaded during page rendering. The code block for loading it shows that the static comments are not rendered as static HTML code. This hinders search engines from grabbing the comments, which are part of the site's content.

To see more reasons for migrating from Disqus, you may view

  1. https://victorzhou.com/blog/replacing-disqus/
  2. https://old.reddit.com/r/programming/comments/b9022a/switching_off_of_disqus_reduced_my_page_weight_by/
  3. https://medium.com/remys-blog/ejecting-disqus-4120e9985823

You may avoid these problems by switching to Staticman, which makes use of GitHub/GitLab Pull/Merge Requests instead of issues. Under Staticman's model, static comments are YML/JSON files stored in the remote GitHub/GitLab repo (usually under data/comments, configurable through the path parameter in root-level staticman.yml), and through a static blog generator (Jekyll/Hugo/etc), the stored data are rendered as part of the content. This gives a total ownership of a static site's comments.

ℹ️ There're many ways to Rome, say JAM Stack, Jekyll AWS comments, etc.

@thombergs
Copy link
Member

Thanks for the hint. I was actually looking for an alternative to Disqus

@s-gbz
Copy link

s-gbz commented Jul 3, 2020

How about something brand new? I recently found this: https://github.com/utterance/utterances

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants