LuisPalacios / LuisPalacios.github.io

Website de Luis Palacios
3 stars 0 forks source link

Habilitar la posibilidad de dejar comentarios en el Blog #4

Closed LuisPalacios closed 3 years ago

LuisPalacios commented 3 years ago

Investigar si es posible implementar comentarios con Jekyll en GitHub pages y si es así implementar el mejor mecanismo.

Aquí vi un post al respecto... a estudiar...

LuisPalacios commented 3 years ago

Investigando:

Otros a evaluar...

LuisPalacios commented 3 years ago

Pruebo Utterances.

{% if page.collection == 'posts' %}
        <script src="https://utteranc.es/client.js"
            repo="LuisPalacios/LuisPalacios.github.io"
            issue-term="pathname"
            label="luispa"
            theme="github-light"
            crossorigin="anonymous"
            async>
        </script>
{% endif %}