eduardoboucas / staticman

💪 User-generated content for Git-powered websites
https://staticman.net
MIT License
2.41k stars 531 forks source link

Ready to use Disqus like template #359

Open sirinath opened 4 years ago

sirinath commented 4 years ago

Is it possible to add ready to use templates for major static site generation software like Hugo, Jekyll, etc. to create a Disqus like threaded comments with voting.

Gizmotronn commented 4 years ago

Having threaded comments would be amazing!

alexwaibel commented 4 years ago

Threaded comments are definitely possible with the current state of Staticman. This guide may prove useful though it references the public instance which no longer exists. The steps should be similar once you've got your own instance running.

iootaa commented 4 years ago

See also this implementation for the theme BeautifulHugo https://github.com/halogenica/beautifulhugo/pull/222

sirinath commented 4 years ago

@iootaa thanks for the pointer.

Some potential functionality we can have:

alexwaibel commented 4 years ago

Some potential functionality we can have:

These are good features for a commenting system to have, however IMO many of these are outside the scope of Staticman. Staticman is merely the backend that provides the ability to submit comments as PRs or commits. Things like "collapse and expand comments" are the responsibility of the front end website and is not a problem that Staticman itself seeks to solve.

sirinath commented 4 years ago

@alexwaibel what I am looking for is some front end templates using Staticman where someone can just drop the code and get it to work without having to do a lot of programming. It can be in what @iootaa pointed out or even another project or maybe even as sample templates which are given in the site.