在要使用 GitHub 图床图片的地方将链接换为
https://cdn.jsdelivr.net/gh/{user}/{repo}/图片路径
比如 GitHub 官方仓库 github/explore
下话题 GitHub 图片原始路径是:
https://github.com/weilain/cdn-photo/blob/main/banner/bannar.jpg
访问起来贼慢。
https://cdn.jsdelivr.net/gh/weilain/cdn-photo/banner/bannar.jpg
访问速度飞起,享受 jsDelivr
提供的全球 CDN
加速。
hexo 内容 markdown 写法
![github--lena](https://cdn.jsdelivr.net/gh/weilain/cdn-photo/img/3xuci.gif)
cover: 'https://cdn.jsdelivr.net/gh/weilain/cdn-photo/covers/gitlab2.png'
jsDelivr 还支持加载指定文件版本和自动压缩 JS,具体用法可以参考官方教程。