diff --git a/web/content/docs/devguide/getting-started/build.pandoc b/web/content/docs/devguide/getting-started/build.pandoc index e865b6b7de99db8d98da4821a9282e0fd7e0a4de..86036af8ea0c24a3bcc055e16f2deaa66643d3cc 100644 --- a/web/content/docs/devguide/getting-started/build.pandoc +++ b/web/content/docs/devguide/getting-started/build.pandoc @@ -43,7 +43,7 @@ To speedup the compilation process append the number of cores of your cpu to the $ make -j 8 ``` -{{< asciinema url="https://asciinema.org/a/249005" >}} +{{< asciinema url="https://asciinema.org/a/249005" preload="1" >}} ### Option: Eclipse diff --git a/web/layouts/shortcodes/asciinema.html b/web/layouts/shortcodes/asciinema.html index 07834abbfb90f309cbb851fc11639fe84cb1df9b..21f9186a05f5386f19b76b34ff1d30465fc6e881 100644 --- a/web/layouts/shortcodes/asciinema.html +++ b/web/layouts/shortcodes/asciinema.html @@ -6,6 +6,7 @@ src='{{ .Get "url" }}.js' async {{ with .Get "autoplay"}} data-autoplay="{{.}}"{{ end }} + {{ with .Get "preload"}} data-preload="{{.}}"{{ end }} {{ with .Get "loop"}} data-loop="{{.}}"{{ end }} {{ with .Get "speed"}} data-speed="{{.}}"{{ end }} {{ with .Get "cols"}} data-cols="{{.}}"{{ end }}