Skip to content

Commit df18ae7

Browse files
committed
feat: add disqus
1 parent 8eb4597 commit df18ae7

File tree

5 files changed

+21
-28
lines changed

5 files changed

+21
-28
lines changed

.github/workflows/pages.yml

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
run: npm install
3232
- name: Build
3333
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/
3834
- name: Upload Pages artifact
3935
uses: actions/upload-pages-artifact@v3
4036
with:

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# AquaHydro.github.io
1+
# AquaHydro.github.io
2+
3+
visiting: [https://yiliang.me](https://yiliang.me)

_config.flexblock.yml

+18-19
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ toc:
2222

2323
comments:
2424
enable: false
25-
use: 'valine' # valine || disqus
25+
use: 'disqus' # valine || disqus
2626
# valine 评论
2727
# docs: https://valine.js.org
2828
# You can get your appid and appkey from https://leancloud.cn
2929
# 这里appId和appKey一定一定要改成自己的,没有的话去 https://leancloud.cn 这个网站注册创建一个
3030
valine:
31-
appId:
32-
appKey:
31+
appId:
32+
appKey:
3333
placeholder: 随便说点什么叭~ # 评论框占位提示符
3434
avatar: mp # Gravatar 头像展示方式
3535
pageSize: 10 # 评论列表分页,每页条数
@@ -43,14 +43,14 @@ comments:
4343
# disqus 评论
4444
# docs: https://disqus.com/
4545
disqus:
46-
website:
46+
website: yiliang-me
4747
error: 如果你看不到评论,那么就真的看不到评论 w(゜Д゜)w
4848

4949
# dplayer 视频播放
5050
# docs: http://dplayer.js.org/#/zh-Hans/
5151
dplayer:
5252
enable: true
53-
theme: "#b7daff"
53+
theme: '#b7daff'
5454
autoplay: false
5555
loop: false
5656
mutex: true
@@ -59,7 +59,7 @@ dplayer:
5959
# docs: https://aplayer.js.org/#/zh-Hans/
6060
aplayer:
6161
enable: true
62-
theme: "#b7daff"
62+
theme: '#b7daff'
6363
autoplay: false
6464
loop: false
6565
mutex: true
@@ -71,35 +71,34 @@ mathjax:
7171
enable: true
7272

7373
# polyfill 提供老版浏览器对新语法的支持
74-
# website: https://polyfill.io/v3/
74+
# website: https://polyfill.io/v3/
7575
polyfill:
7676
enable: false
7777

7878
# jsdelivr镜像域名
7979
# e.g. cdn.example.com
80-
jsdelivr_mirror:
80+
jsdelivr_mirror:
8181

8282
# 国内备案信息
83-
beian:
83+
beian:
8484

8585
# 谷歌分析
86-
google_analytics:
86+
google_analytics:
8787
# gauges分析
88-
gauges_analytics:
88+
gauges_analytics:
8989
# 百度分析
90-
baidu_analytics:
90+
baidu_analytics:
9191
# 腾讯分析
92-
tencent_analytics:
92+
tencent_analytics:
9393
# 站点ico
9494
favicon: /favicon.ico
9595

96-
9796
# Social Icon
9897
social_icon:
9998
enable: true
10099
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

source/.well-known/pki-validation/CEF36D5DAC8A1CD7695168BB42F69B52.txt

-3
This file was deleted.

source/verification.html

-1
This file was deleted.

0 commit comments

Comments
 (0)