roganartu / blog-comments

Blog comments by https://github.com/utterance/utterances
1 stars 0 forks source link

Embedding Asciinema Casts in Hugo #3

Open roganartu opened 5 years ago

roganartu commented 5 years ago

Comments for https://www.tonylykke.com/posts/2018/06/20/embedding-asciinema-casts-in-hugo

Powered by uterrances.

You can either post a comment here, or directly on the blog post.

Reactions work too!

sysadmin-info commented 1 year ago

Hi, the implementation changed. See https://github.com/asciinema/asciinema-player#self-hosting-quick-start I am talking exactly about this:

<script>
    AsciinemaPlayer.create('/demo.cast', document.getElementById('demo'));
</script>

It seems your method is outdated. Is it possible to update the tutorial?