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

Skip to content

Commit 8cc9f2b

Browse files
committed
Comstomize the template of blog
1 parent cc12321 commit 8cc9f2b

File tree

56 files changed

+39
-13071
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+39
-13071
lines changed

_config.yml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# Site settings
2-
title: BY Blog
3-
SEOTitle: 柏荧的博客 | BY Blog
2+
title: Walk in the cloud
3+
SEOTitle: Simon的博客 | Simon's Blog
44
header-img: img/post-bg-desk.jpg
5-
email: qiubaiying@gmail.com
5+
email: fuaiqiang@gmail.com
66
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
7+
keyword: "Simon, Simon's Blog, Simon的博客, CPP, QT, Linux, Machine learning, AI"
8+
url: "http://SimonFu.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/qiubaiying/SimonFu.github.io.git" # you code repository
1111

1212
# Sidebar settings
1313
sidebar: true # whether or not using Sidebar.
1414
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/`
15+
sidebar-avatar: /img/about_simon.jpg # use absolute URL, seeing it's used in both `/` and `/about/`
1616

1717

1818

1919
# SNS settings
2020
RSS: false
21-
# weibo_username: qiubaiying
22-
zhihu_username: qiubaiying
23-
github_username: qiubaiying
24-
facebook_username: baiying.qiu.7
25-
jianshu_username: e71990ada2fd
26-
#twitter_username: qiubaiying
21+
weibo_username: Simon_fu
22+
#zhihu_username: qiubaiying
23+
github_username: SimonFu
24+
#facebook_username: baiying.qiu.7
25+
#jianshu_username: e71990ada2fd
26+
twitter_username: fuaiqiang
2727

2828

2929

@@ -57,28 +57,28 @@ kramdown:
5757

5858
# 评论系统
5959
# Disqus(https://disqus.com/)
60-
# disqus_username: qiubaiying
60+
disqus_username: disqus_O29gSbHShI
6161

6262
# Gitalk
63-
gitalk:
64-
enable: true #是否开启Gitalk评论
65-
clientID: f2c84e7629bb1446c1a4 #生成的clientID
66-
clientSecret: ca6d6139d1e1b8c43f8b2e19492ddcac8b322d0d #生成的clientSecret
67-
repo: qiubaiying.github.io #仓库名称
68-
owner: qiubaiying #github用户名
69-
admin: qiubaiying
70-
distractionFreeMode: true #是否启用类似FB的阴影遮罩
63+
#gitalk:
64+
# enable: true #是否开启Gitalk评论
65+
# clientID: f2c84e7629bb1446c1a4 #生成的clientID
66+
# clientSecret: ca6d6139d1e1b8c43f8b2e19492ddcac8b322d0d #生成的clientSecret
67+
# repo: qiubaiying.github.io #仓库名称
68+
# owner: qiubaiying #github用户名
69+
# admin: qiubaiying
70+
# distractionFreeMode: true #是否启用类似FB的阴影遮罩
7171

7272

7373
# 统计
7474

7575
# Analytics settings
7676
# Baidu Analytics
77-
ba_track_id: b50bf2b12b5338a1845e33832976fd68
77+
#ba_track_id: b50bf2b12b5338a1845e33832976fd68
7878

7979
# Google Analytics
80-
ga_track_id: 'UA-90855596-1' # Format: UA-xxxxxx-xx
81-
ga_domain: qiubaiying.top # 默认的是 auto, 这里我是自定义了的域名,你如果没有自己的域名,需要改成auto
80+
ga_track_id: 'UA-36636768-1' # Format: UA-xxxxxx-xx
81+
ga_domain: auto # 默认的是 auto, 这里我是自定义了的域名,你如果没有自己的域名,需要改成auto
8282

8383

8484

@@ -98,17 +98,17 @@ service-worker: true
9898

9999
# Friends
100100
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-
}
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+
# }
114114
]

0 commit comments

Comments
 (0)