-
Notifications
You must be signed in to change notification settings - Fork 38
Feat: Enable giscus comments #811
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
base: main
Are you sure you want to change the base?
Conversation
This adds the necessary configuration to allow visitors to comment on venues.
Deploying website with
|
| Latest commit: |
91f2aa5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://37b7261e.website-b3u.pages.dev |
| Branch Preview URL: | https://enable-giscus.website-b3u.pages.dev |
Snippet that will be used at the footer of pages to display comments, and the UI to add comments.
In theory this should add the giscus snippet to the bottom of pages.
Switch to using pathname rather than URL for discussion topic
|
@darkling WDYT?
One gotcha is that the GitHub discussion threads end up with the duplicate content as the top post, "A global map of places to visit that might appeal to nerdy types" and the URL to the page. I'm not sure how much of a pain that is, as I imagine most "normies" will be leaving comments on the website itself, not here in the discussions tab on GitHub. 🤷 Also, people who do browse the discussions page on GitHub will see all discussions from us, and all the ones originating under venue pages. However, it's possible to filter those out with this: https://github.com/NerdyDayTrips/website/discussions?discussions_q=is%3Aopen+-category%3AVenues |
This adds the necessary configuration to allow visitors to comment on venues.
Visitors will need a GitHub account.