-
DescriptionHi, I am in the process of setting up a Quarto site at pydatk.com. I really like Quarto so far, very easy to get a website running and intuitive setup. Took about two hours from empty repo to publishing on Cloudflare pages with a custom domain. I am having trouble getting giscus comments to work with my site, having followed the instructions here. Can anyone please tell me what I'm doing wrong? In _quarto.yml in the website root I have:
The discussion repo is here: https://github.com/pydatk/pydatkweb/discussions I created a discussion for the site's only post so far with the 'pathname' as the title: On the post itself, the script below appears in the page source, but nothing shows up on the page.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Could you try using the latest version of Quarto CLI? Also make sure your Giscus settings are correct. You should start with a simple setup, then adding customisation. |
Beta Was this translation helpful? Give feedback.
Could you try using the latest version of Quarto CLI?
Also make sure your Giscus settings are correct. You should start with a simple setup, then adding customisation.