hexo-theme-particlex 2.4.4 → 2.4.5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +0 -8
- package/package.json +6 -6
package/README.md
CHANGED
@@ -36,16 +36,8 @@ theme: particlex
|
|
36
36
|
```yaml
|
37
37
|
highlight:
|
38
38
|
enable: false
|
39
|
-
line_number: true
|
40
|
-
auto_detect: false
|
41
|
-
tab_replace: ""
|
42
|
-
wrap: true
|
43
|
-
hljs: false
|
44
39
|
prismjs:
|
45
40
|
enable: false
|
46
|
-
preprocess: true
|
47
|
-
line_number: true
|
48
|
-
tab_replace: ""
|
49
41
|
```
|
50
42
|
|
51
43
|
如果使用 Pandoc 还需要设置一下
|
package/package.json
CHANGED
@@ -1,10 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "hexo-theme-particlex",
|
3
|
-
"version": "2.4.
|
3
|
+
"version": "2.4.5",
|
4
4
|
"description": "A concise Hexo theme, based on Particle.",
|
5
|
-
"scripts": {
|
6
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
7
|
-
},
|
8
5
|
"repository": {
|
9
6
|
"type": "git",
|
10
7
|
"url": "git+https://github.com/argvchs/hexo-theme-particlex.git"
|
@@ -24,7 +21,10 @@
|
|
24
21
|
},
|
25
22
|
"homepage": "https://github.com/argvchs/hexo-theme-particlex#readme",
|
26
23
|
"dependencies": {
|
27
|
-
"hexo-helper-crypto": "^1.0.
|
24
|
+
"hexo-helper-crypto": "^1.0.7",
|
28
25
|
"hexo-renderer-ejs": "^2.0.0"
|
26
|
+
},
|
27
|
+
"scripts": {
|
28
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
29
29
|
}
|
30
|
-
}
|
30
|
+
}
|