Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superalsrk/hexo-pdf
Hexo tag for embeded pdf
https://github.com/superalsrk/hexo-pdf
hexo hexo-plugin
Last synced: 7 days ago
JSON representation
Hexo tag for embeded pdf
- Host: GitHub
- URL: https://github.com/superalsrk/hexo-pdf
- Owner: superalsrk
- Created: 2015-12-05T16:55:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T18:38:28.000Z (5 months ago)
- Last Synced: 2024-12-08T20:19:04.835Z (14 days ago)
- Topics: hexo, hexo-plugin
- Language: JavaScript
- Homepage:
- Size: 306 KB
- Stars: 153
- Watchers: 4
- Forks: 16
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hexo-pdf
====
![MIT](https://img.shields.io/npm/l/express.svg)
![VERSION](https://img.shields.io/badge/version-1.1.0-green.svg)Hexo tag for embeded pdf
## Install
```
$ npm install --save hexo-pdf
```## Usage
### Normal PDF
```
{% pdf http://7xov2f.com1.z0.glb.clouddn.com/bash_freshman.pdf %}
```or
```
{% pdf ./bash_freshman.pdf %}
```### Google drive
```
{% pdf https://drive.google.com/file/d/0B6qSwdwPxPRdTEliX0dhQ2JfUEU/preview %}
```### Slideshare
```
{% pdf http://www.slideshare.net/slideshow/embed_code/key/8Jl0hUt2OKUOOE %}
```
## Preview### Normal PDF
![](screenshot/hexo-pdf-preview.png)### Google drive
![](screenshot/hexo-googledrive-pdf.png)### Slideshare
![](screenshot/hexo-slideshare-pdf.png)