File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 8
8
.deploy * /
9
9
package-lock.json
10
10
* .orig
11
+ public * /
Original file line number Diff line number Diff line change @@ -63,11 +63,9 @@ flickr:
63
63
api_key : 78501c2c12bff9c7a22c013d5155045a
64
64
default_size : ' b'
65
65
66
- marked :
67
- headerIds : false
68
- external_link :
69
- enable : false
70
- nofollow : true
66
+ markdown :
67
+ anchors :
68
+ level : 10
71
69
72
70
feed :
73
71
type :
Original file line number Diff line number Diff line change 13
13
"hexo-generator-tag" : " ^1.0.0" ,
14
14
"hexo-html-minifier" : " ^1.0.0" ,
15
15
"hexo-renderer-ejs" : " ^1.0.0" ,
16
- "hexo-renderer-marked " : " ^4 .0.0" ,
16
+ "hexo-renderer-markdown-it " : " ^5 .0.0" ,
17
17
"hexo-renderer-stylus" : " ^2.0.1" ,
18
18
"hexo-tag-flickr" : " github:tomap/hexo-tag-flickr" ,
19
19
"hexo-theme-minidyne" : " 3.2.7" ,
25
25
"markdownlint" : " ^0.24.0"
26
26
},
27
27
"engines" : {
28
- "node" : " >= 10.18.1 "
28
+ "node" : " >= 12 "
29
29
},
30
30
"scripts" : {
31
31
"build" : " hexo g" ,
You can’t perform that action at this time.
0 commit comments