hexo-pdf插件一键搞定,页面展示PDF

安装hexo-pdf

1
npm install --save hexo-pdf

使用

使用本地资源,可以在markdown文件路径下创建一个同名文件夹,其内放pdf文件
例如:

在需要的文章添加如下语句:

1
{% pdf mydocument.pdf %}

使用外部资源同理,

1
{% pdf https://cdn.jsdelivr.net/gh/Justlovesmile/CDN/pdf/小作文讲义.pdf %}

效果