finally, got autoplay working
This commit is contained in:
parent
a1e047e727
commit
af47868004
|
@ -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
2
run.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue