Commit 2deb075 1 parent 3be9568 commit 2deb075 Copy full SHA for 2deb075
File tree 5 files changed +21
-28
lines changed
.well-known/pki-validation
5 files changed +21
-28
lines changed Original file line number Diff line number Diff line change 31
31
run : npm install
32
32
- name : Build
33
33
run : npm run build
34
- - name : Copy .well-known directory to public
35
- run : |
36
- mkdir -p public/.well-known
37
- cp -r source/.well-known public/
38
34
- name : Upload Pages artifact
39
35
uses : actions/upload-pages-artifact@v3
40
36
with :
Original file line number Diff line number Diff line change 1
- # AquaHydro.github.io
1
+ # AquaHydro.github.io
2
+
3
+ visiting: [ https://yiliang.me ] ( https://yiliang.me )
Original file line number Diff line number Diff line change 22
22
23
23
comments :
24
24
enable : false
25
- use : ' valine ' # valine || disqus
25
+ use : ' disqus ' # valine || disqus
26
26
# valine 评论
27
27
# docs: https://valine.js.org
28
28
# You can get your appid and appkey from https://leancloud.cn
29
29
# 这里appId和appKey一定一定要改成自己的,没有的话去 https://leancloud.cn 这个网站注册创建一个
30
30
valine :
31
- appId :
32
- appKey :
31
+ appId :
32
+ appKey :
33
33
placeholder : 随便说点什么叭~ # 评论框占位提示符
34
34
avatar : mp # Gravatar 头像展示方式
35
35
pageSize : 10 # 评论列表分页,每页条数
@@ -43,14 +43,14 @@ comments:
43
43
# disqus 评论
44
44
# docs: https://disqus.com/
45
45
disqus :
46
- website :
46
+ website : yiliang-me
47
47
error : 如果你看不到评论,那么就真的看不到评论 w(゜Д゜)w
48
48
49
49
# dplayer 视频播放
50
50
# docs: http://dplayer.js.org/#/zh-Hans/
51
51
dplayer :
52
52
enable : true
53
- theme : " #b7daff"
53
+ theme : ' #b7daff'
54
54
autoplay : false
55
55
loop : false
56
56
mutex : true
@@ -59,7 +59,7 @@ dplayer:
59
59
# docs: https://aplayer.js.org/#/zh-Hans/
60
60
aplayer :
61
61
enable : true
62
- theme : " #b7daff"
62
+ theme : ' #b7daff'
63
63
autoplay : false
64
64
loop : false
65
65
mutex : true
@@ -71,35 +71,34 @@ mathjax:
71
71
enable : true
72
72
73
73
# polyfill 提供老版浏览器对新语法的支持
74
- # website: https://polyfill.io/v3/
74
+ # website: https://polyfill.io/v3/
75
75
polyfill :
76
76
enable : false
77
77
78
78
# jsdelivr镜像域名
79
79
# e.g. cdn.example.com
80
- jsdelivr_mirror :
80
+ jsdelivr_mirror :
81
81
82
82
# 国内备案信息
83
- beian :
83
+ beian :
84
84
85
85
# 谷歌分析
86
- google_analytics :
86
+ google_analytics :
87
87
# gauges分析
88
- gauges_analytics :
88
+ gauges_analytics :
89
89
# 百度分析
90
- baidu_analytics :
90
+ baidu_analytics :
91
91
# 腾讯分析
92
- tencent_analytics :
92
+ tencent_analytics :
93
93
# 站点ico
94
94
favicon : /favicon.ico
95
95
96
-
97
96
# Social Icon
98
97
social_icon :
99
98
enable : true
100
99
icons :
101
- ins :
102
- zhihu :
103
- weibo :
104
- github : https://github.com/miiiku/
105
- twitter : https://twitter.com/guanquanhong
100
+ ins :
101
+ zhihu :
102
+ weibo :
103
+ github : https://github.com/miiiku/
104
+ twitter : https://twitter.com/guanquanhong
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments