File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# BY Blog
2
2
3
3
> 下面是博客的搭建教程,这个教程修改自 [ Hux] ( https://github.com/Huxpro/huxpro.github.io ) 。
4
-
4
+ >
5
+ > 更为详细的教程[ 《利用 GitHub Pages 快速搭建个人博客》] ( http://www.jianshu.com/p/e68fba58f75c )
6
+ >
5
7
### [ 我的博客在这里 &rarr ; ] ( http://qiubaiying.github.io )
6
8
7
9
![ ] ( https://raw.githubusercontent.com/qiubaiying/qiubaiying.github.io/master/img/readme-home.png )
31
33
32
34
### 环境
33
35
34
- 如果你安装了jekyll ,那你只需要在命令行输入` jekyll serve ` 或 ` jekyll s ` 就能在本地浏览器中输入` http://127.0.0.1:4000/ ` 预览主题,还可以边修改边自动运行修改后的文件(需要刷新浏览器)。
36
+ 如果你安装了 [ jekyll ] ( http://jekyllcn.com/ ) ,那你只需要在命令行输入` jekyll serve ` 或 ` jekyll s ` 就能在本地浏览器中输入` http://127.0.0.1:4000/ ` 预览主题,还可以边修改边自动运行修改后的文件(需要刷新浏览器)。
35
37
36
38
37
39
@@ -58,7 +60,7 @@ Jekyll官方网站还有很多的参数可以调,比如设置文章的链接
58
60
59
61
### 撰写博文
60
62
61
- 要发表的文章一般以markdown的格式放在这里 ` _posts/ ` ,你只要看看这篇模板里的文章你就立刻明白该如何设置。
63
+ 要发表的文章一般以 ** Markdown ** 的格式放在这里 ` _posts/ ` ,你只要看看这篇模板里的文章你就立刻明白该如何设置。
62
64
63
65
yaml 头文件长这样:
64
66
You can’t perform that action at this time.
0 commit comments