strangersinsist / strangersinsist.github.io

0 stars 0 forks source link

githubpages绑定域名 - zyh's blog #18

Open strangersinsist opened 2 days ago

strangersinsist commented 2 days ago

https://strangersinsist.cc/2024/11/13/githubpages_domain/#more

githubpages绑定域名

strangersinsist commented 2 days ago

同仓库下图片引用

![Namesilo](source/11.13/namesilo.png)

skyswordx commented 2 days ago

666

strangersinsist commented 2 days ago

在 Markdown 文件中引用同仓库视频,Markdown 本身不直接支持视频标签,因此需要插入 HTML 代码,比如:

<video width="640" height="360" controls>
    <source src="source/11.13/video.mp4" type="video/mp4">
    Your browser does not support the video tag.
</video>