cljoly / gohugo-asciinema

⏯️ Insert the Asciinema Player in your Hugo site with ease.
https://cj.rs/gohugo-asciinema
16 stars 3 forks source link

Ability to set defaults for player #6

Closed neilotoole closed 1 year ago

neilotoole commented 1 year ago

I always want the same asciiplayer theme. For example, inparams.toml:

[asciinema]
  [asciinema.defaults]
    theme = "solarized-dark"
    loop = true
    autoPlay = true
    speed = "2.5"