Hey everyone, my issue is related to how to insert local video into quarto blog ?.
My local video works fine when I render locally, but when I quarto render
ed it and pushed to github, the video was broken.
After some thinking, I found that the video was not added to the docs/
folder, contrary to the pictures, so my workaround so far is to manually add it to the docs/
folder; but whenever I quarto render
it, I must move it manually again, as the file is deleted.
Everything's here: https://github.com/baarthur/baarthur.github.io/tree/main/posts/2023-11-05-mapchallenge
on index.qmd
, line 97: {{< video p-day7.mp4 >}}, which refers to the homonimous file in baarthur.github.io/posts/2023-11-05-mapchallenge/
.
I currently use two profiles, Portuguese and English. I manually added the video to the docs/ folder, but not to the docs/pt
one. As you can see, the Portuguese profile still shows the video issue, as there's no p-day7.mp4 on the folder:
- Arthur Bazolli Alvarenga - 30 day Map Challenge 2023
- https://github.com/baarthur/baarthur.github.io/tree/main/docs/pt/posts/2023-11-05-mapchallenge
English profile works fine, tho: