Hugo viene con todo el código que necesitarías para incluir la carga de Disqus. Simplemente incluya la siguiente línea donde desea que aparezcan sus comentarios: ```bash ``` ### configurando disqus Esa plantilla requiere que establezca un valor único en el archivo de configuración de su sitio, por ejemplo. config.yaml. ```bash disqusShortname = "XYW" ``` Además, opcionalmente puede configurar lo siguiente en la portada de un contenido determinado: * disqus_identifier * disqus_title * disqus_url ### Conditional Loading de comentarios de Disqus Users have noticed that enabling Disqus comments when running the Hugo web server on localhost causes the creation of unwanted discussions on the associated Disqus account. In order to prevent this, a slightly tweaked partial template is required. So, rather than using the built-in `"_internal/disqus.html"` template referenced above, create a template in your `partials` folder that looks like this: ```bash
comments powered by Disqus ``` Observe que hay una declaración if simple que detecta cuando está ejecutando en localhost y omite la inicialización de la inyección de comentarios de Disqus. Ahora, haga referencia a la plantilla parcial de su plantilla de página: ```bash ``` ### Alternativas [Discourse](http://www.discourse.org/) [IntenseDebate](http://intensedebate.com/) [Livefyre](http://livefyre.com/) [Muut](http://muut.com/) [(Duoshuo, popular in China)](http://duoshuo.com/) [isso (Self-hosted, Python)](http://posativ.org/isso/) [Kaiju](https://github.com/spf13/kaiju)