多个Tag

博客嵌入本地pdf

  • 先安装插件
1
npm install hexo-tag-embed --save
  • 然后使用代码
1
2
3
4
5
6
7
<iframe src="/path/to/your/document.pdf" width="100%" height="500px"></iframe>

<iframe src="/your-pdf-file.pdf" width="100%" height="500px"></iframe>
//可以通过width和height修改可以预览pdf的高度和宽度
D:\blog\myblog\source\_posts\博客系列blog\博客功能探索\ECC论文.pdf
博客功能探索/ECC论文.pdf
https://raw.githubusercontent.com/iyheart/tuchuang/main/img/ECC论文.pdf