{% pdf ./无空格的文件名.pdf %}
Get module
$ git clone https://github.com/theme-next/theme-next-pdf source/lib/pdf
to source/lib
Set it up
Enable module in NexT _config.yml
file:
1 | # PDF tag |
Usage
1 | {% pdf /path/to/your/file.pdf %} |
Test
{% pdf ./无空格的文件名.pdf %}
注意点
- pdf文件放在和md文件同名的文件夹中(都在_post里面)
- 名字中不能有空格,不然无法读取
reference
https://github.com/superalsrk/hexo-pdf