zwbetz-gh / cupper-hugo-theme

An accessibility-friendly Hugo theme, ported from the original Cupper project.
https://cupper-hugo-theme.netlify.app/
MIT License
301 stars 190 forks source link

Disqus comments are disabled. #70

Closed jpastorm closed 2 years ago

jpastorm commented 2 years ago

I am trying to implement disqus, but no success. I see you don't have it active on their netflify page either image

zwbetz-gh commented 2 years ago

I’ve intentionally disabled comments on the demo site.

When using this theme, comments are automatically disabled when running the local server. See https://github.com/zwbetz-gh/cupper-hugo-theme/blob/master/layouts/partials/disqus.html#L7

Feel free to override that. Otherwise, once you deploy your site, comments will be enabled.

zwbetz-gh commented 2 years ago

Here’s an example of how to override a theme file

https://zwbetz.com/override-a-hugo-theme/