File tree 3 files changed +8
-35
lines changed
3 files changed +8
-35
lines changed Original file line number Diff line number Diff line change 69
69
cd public
70
70
rm -rf xml
71
71
rm img/default.png img/fluid.png
72
+ - name : Brotli
73
+ uses :
charlesworth/[email protected]
74
+ with :
75
+ target-directory : public
72
76
- name : Deploy to Aliyun OSS
73
77
uses : fangbinwei/aliyun-oss-website-action@v1
74
78
with :
Original file line number Diff line number Diff line change @@ -34,47 +34,17 @@ markdown:
34
34
- markdown-it-table-of-contents
35
35
- markdown-it-task-lists
36
36
37
- html_minifier :
38
- enable : true
39
- ignore_error : false
40
- silent : false
41
- css_minifier :
42
- enable : true
43
- silent : false
44
- exclude :
45
- - " *.min.css"
46
- js_minifier :
47
- enable : true
48
- mangle : true
49
- silent : false
50
- exclude :
51
- - " *.min.js"
52
- image_minifier :
37
+ nofollow :
53
38
enable : true
54
- interlaced : true
55
- multipass : true
56
- optimizationLevel : 2
57
- pngquant : true
58
- progressive : true
59
- silent : false
39
+ field : site
60
40
61
41
sitemap :
62
42
path : sitemap.xml
63
43
rel : true
64
44
tags : true
65
45
categories : false
66
46
67
- nofollow :
68
- enable : true
69
- field : site
70
-
71
47
feed :
72
48
enable : true
73
- type : atom
74
- autodiscovery : true
75
- content : true
76
- hub : https://pubsubhubbub.appspot.com
77
- icon : /favicon.ico
78
- limit : 20
79
- order_by : -date
49
+ icon : /favicon.png
80
50
template : ./atom_template.xml
Original file line number Diff line number Diff line change 4
4
"hexo" : {
5
5
"version" : " 7.1.1"
6
6
},
7
- "license" : " EPL-1.0 " ,
7
+ "license" : " GPL-3.0-only " ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
10
"url" : " git+https://github.com/Potat0000/Blog.git"
11
11
},
12
12
"dependencies" : {
13
13
"hexo" : " ^7.1.1" ,
14
- "hexo-all-minifier" : " ^0.5.7" ,
15
14
"hexo-filter-nofollow" : " ^2.0.2" ,
16
15
"hexo-generator-archive" : " ^2.0.0" ,
17
16
"hexo-generator-category" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments