Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fbeb78

Browse files
author
dli
committed
change config
1 parent 191fc0e commit 7fbeb78

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

_config.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Site settings
2-
title: BY Blog
3-
SEOTitle: 柏荧的博客 | BY Blog
2+
title: Dan's Blog
3+
SEOTitle: 聃的博客 | Dan's Blog
44
header-img: img/post-bg-desk.jpg
5-
email: qiubaiying@gmail.com
6-
description: "Every failure is leading towards success."
7-
keyword: "BY, BY Blog, 柏荧的博客, qiubaiying, 邱柏荧, iOS, Apple, iPhone"
8-
url: "http://qiubaiying.github.io" # your host, for absolute URL
5+
email: lidanmax@163.com
6+
description: "Drifting in a river, roaming and endeavoring"
7+
keyword: "Dan, Dan's Blog, 聃的博客, 李聃, Sanofi"
8+
url: "https://ldmax.github.io/" # your host, for absolute URL
99
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
10-
github_repo: "https://github.com/qiubaiying/qiubaiying.github.io.git" # you code repository
10+
github_repo: "https://github.com/ldmax/ldmax.github.io.git" # you code repository
1111

1212
# Sidebar settings
1313
sidebar: true # whether or not using Sidebar.
14-
sidebar-about-description: "Goals determine what you going to be!"
15-
sidebar-avatar: /img/about-BY-gentle.jpg # use absolute URL, seeing it's used in both `/` and `/about/`
14+
sidebar-about-description: "Drifting in a river, roaming and endeavoring"
15+
sidebar-avatar: /img/dan.jpg # use absolute URL, seeing it's used in both `/` and `/about/`
1616

1717

1818

1919
# SNS settings
2020
RSS: false
2121
# weibo_username: qiubaiying
22-
zhihu_username: qiubaiying
23-
github_username: qiubaiying
24-
facebook_username: baiying.qiu.7
25-
jianshu_username: e71990ada2fd
22+
# zhihu_username: qiubaiying
23+
# github_username: qiubaiying
24+
# facebook_username: baiying.qiu.7
25+
# jianshu_username: e71990ada2fd
2626
#twitter_username: qiubaiying
2727

2828

@@ -61,7 +61,7 @@ kramdown:
6161

6262
# Gitalk
6363
gitalk:
64-
enable: true #是否开启Gitalk评论
64+
enable: false #是否开启Gitalk评论
6565
clientID: f2c84e7629bb1446c1a4 #生成的clientID
6666
clientSecret: ca6d6139d1e1b8c43f8b2e19492ddcac8b322d0d #生成的clientSecret
6767
repo: qiubaiying.github.io #仓库名称
@@ -97,18 +97,18 @@ service-worker: true
9797

9898

9999
# Friends
100-
friends: [
101-
{
102-
title: "WY",
103-
href: "http://zhengwuyang.com"
104-
},{
105-
title: "简书·BY",
106-
href: "http://www.jianshu.com/u/e71990ada2fd"
107-
},{
108-
title: "Apple",
109-
href: "https://apple.com"
110-
},{
111-
title: "Apple Developer",
112-
href: "https://developer.apple.com/"
113-
}
114-
]
100+
# friends: [
101+
# {
102+
# title: "WY",
103+
# href: "http://zhengwuyang.com"
104+
# },{
105+
# title: "简书·BY",
106+
# href: "http://www.jianshu.com/u/e71990ada2fd"
107+
# },{
108+
# title: "Apple",
109+
# href: "https://apple.com"
110+
# },{
111+
# title: "Apple Developer",
112+
# href: "https://developer.apple.com/"
113+
# }
114+
# ]

img/dan.png

173 KB
Loading

pwa/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "BY Blog",
3-
"short_name": "BY Blog",
4-
"description": "A personal blog by engineer",
2+
"name": "Dan's Blog",
3+
"short_name": "Dan's Blog",
4+
"description": "Drifting in a river, roaming and endeavoring",
55
"icons": [{
66
"src": "icons/pwa_icon_128.png",
77
"sizes": "128x128",

0 commit comments

Comments
 (0)