We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae45d4 commit 9cc3f29Copy full SHA for 9cc3f29
README.md
@@ -28,7 +28,7 @@ restful:
28
comments: true
29
path: true
30
excerpt: false
31
- cover: true
+ cover: true # 封面图,取文章第一张图片
32
content: false
33
keywords: false
34
categories: true
package.json
@@ -1,11 +1,8 @@
1
{
2
"name": "hexo-generator-restful",
3
- "version": "0.1.1",
+ "version": "0.2.0",
4
"description": "Generate restful json data for Hexo plugins.",
5
"main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
"keywords": [
10
"hexo",
11
"restful",
@@ -19,7 +16,7 @@
19
16
"author": "yusen",
20
17
"license": "MIT",
21
18
"dependencies": {
22
- "hexo-pagination": "0.0.2",
+ "hexo-pagination": "^0.1.0",
23
"lodash.pick": "^4.4.0"
24
}
25
-}
+}
0 commit comments