finally, got autoplay working

This commit is contained in:
Neale Pickett 2022-08-09 07:39:02 -06:00
parent 92817d1d44
commit c2d753076d
2 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@ Barbara abusing her god status to outlaw human sacrifice. The Doctor gets
married or engaged or something. Susan finally expresses an emotion other married or engaged or something. Susan finally expresses an emotion other
than terror: than terror:
<video autoplay loop> <video autoplay muted loop>
<source src=/assets/blog/susan-well-hello-there.mp4> <source src="/assets/blog/susan-well-hello-there.mp4">
"Well, hello there." "Well, hello there."
</video> </video>

2
run.sh
View File

@ -1,4 +1,4 @@
#! /bin/sh #! /bin/sh
cd $(dirname $0) cd $(dirname $0)
docker run --rm -it -v $(pwd):/srv/jekyll -p 4000:4000 -e JEKYLL_UID=1000 -e JEKYLL_GID=1000 jekyll/jekyll jekyll build --watch docker run --rm -it -v $(pwd):/srv/jekyll -e JEKYLL_UID=1000 -e JEKYLL_GID=1000 jekyll/jekyll jekyll build --watch