Skip to content

Commit

Permalink
added details
Browse files Browse the repository at this point in the history
  • Loading branch information
madeindra committed Oct 12, 2024
1 parent d0f7e3e commit a895399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Follow these steps to deploy your Jekyll site using GitHub Actions.

And that's it! Your Jekyll site should now be live on GitHub Pages.
## Use Giscus instead of Disqus
## Choosing Comments System
Giscus is an alternative comment system, it make uses of GitHub Discussions feature, and has not tracking or ads.
Expand All @@ -198,7 +198,9 @@ To use it instead of Discus, the page repository should fulfill these criterias:
- The discussion feature is enabled for the repository
- The Giscus app is installed on the repository
Follow installation guide on [giscus page](https://giscus.app/) and enable the giscus config on the `_config.yml`.
Follow installation guide on [Giscus page](https://giscus.app/) and enable the giscus config on the `_config.yml`.
If you can't fullfil the requirements above, you can opt-in to use [Disqus](https://disqus.com/). Just create an account and set your username on the `_config.yml`.

## Acknowledgements

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ social_media:
# giscus (disqus alternative)
giscus: true

# disqus
# disqus (giscus alternative)
disqus:
shortname: "example"

Expand Down

0 comments on commit a895399

Please sign in to comment.