File tree Expand file tree Collapse file tree 4 files changed +24
-7
lines changed Expand file tree Collapse file tree 4 files changed +24
-7
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,19 @@ featured-condition-size: 1 # A tag will be featured if the size of it is mor
111
111
112
112
内部有一个条件模板 ` {% if tag[1].size > {{site.featured-condition-size}} %} ` 是用来做筛选过滤的.
113
113
114
+ #### Social-media Account
115
+
116
+ 在下面输入的社交账号,没有的不会显示在侧边框中(新加入了[ 简书] ( https:/www.jianshu.com ) 链接)
117
+
118
+ # SNS settings
119
+ RSS: false
120
+ weibo_username: username
121
+ zhihu_username: username
122
+ github_username: username
123
+ facebook_username: username
124
+ jianshu_username: jianshu_id
125
+
126
+ ![ ] ( https://ww3.sinaimg.cn/large/006tNbRwgy1fcgsm4plpdj307i03nt8i.jpg )
114
127
115
128
#### Friends
116
129
Original file line number Diff line number Diff line change 18
18
# 前言
19
19
从 Jekyll 到 GitHub Pages 中间踩了许多坑,终于把我的个人博客[ BY Blog] ( http://qiubaiying.top ) 搭建出来了。。。
20
20
21
+ 本教程针对的是不懂技术又想搭建个人博客的小白,操作简单暴力且快速。当然懂技术那就更好了。
21
22
22
23
废话不多说了,开始进入正文。
23
24
27
28
28
29
我采用的搭建博客的方式是使用 [ GitHub Pages] ( https://pages.github.com/ ) + [ jekyll] ( http://jekyll.com.cn/ ) 的方式。
29
30
30
- 要使用 GitHub Pages,首先你要注册一个[ Github ] ( https://github.com/ ) 账号
31
+ 要使用 GitHub Pages,首先你要注册一个[ GitHub ] ( https://github.com/ ) 账号,GitHub 是全球最大的同性交友网站,你值得拥有。
31
32
32
33
![ ] ( https://ww4.sinaimg.cn/large/006tKfTcgy1fch0a9kz7aj31kw0z7npd.jpg )
33
34
@@ -145,7 +146,7 @@ sidebar-avatar: img/avatar-by.JPG # 你的个人头像 这里你可以改
145
146
```
146
147
147
148
#### 社交账号
148
- 若想链接其他社交平台
149
+ 展示你的其他社交平台
149
150
150
151
![ ] ( https://ww3.sinaimg.cn/large/006tNbRwgy1fcgsm4plpdj307i03nt8i.jpg )
151
152
@@ -154,12 +155,15 @@ sidebar-avatar: img/avatar-by.JPG # 你的个人头像 这里你可以改
154
155
```
155
156
# SNS settings
156
157
RSS: false
157
- weibo_username: qiubaiying
158
- zhihu_username: qiubaiying
159
- github_username: qiubaiying
160
- facebook_username: baiying.qiu.7
158
+ weibo_username: username
159
+ zhihu_username: username
160
+ github_username: username
161
+ facebook_username: username
162
+ jianshu_username: jianshu_id
161
163
```
162
164
165
+ 新加入了** 简书** ,` jianshu_id ` 在你打开你的简书主页后的地址如:` http://www.jianshu.com/u/e71990ada2fd ` 中,后面这一串数字:` e71990ada2fd `
166
+
163
167
#### 评论
164
168
165
169
集成了多说社会化评论,到多说注册账号,然后将` duoshuo_username ` 换成你的账号即可。
@@ -360,4 +364,4 @@ tags: #标签
360
364
361
365
相信很很多人看蒙了呢,这部分教程后面再补上。那就先这样吧。
362
366
363
- 对于轻车熟路的程序猿来说,呵~
367
+ 对于轻车熟路的程序猿来说,呵~
You can’t perform that action at this time.
0 commit comments