File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 99## 使用
1010
1111* 开始
12- * [环境要求 ](#environment )
13- * [开始](#get-started )
14- * [写一篇博文 ](#write-posts )
12+ * [环境 ](#环境 )
13+ * [开始](#开始 )
14+ * [撰写博文 ](#撰写博文 )
1515* 组件
16- * [侧边栏](#sidebar )
16+ * [侧边栏](#侧边栏 )
1717 * [迷你关于我](#mini-about-me)
1818 * [推荐标签](#featured-tags)
1919 * [好友链接](#friends)
2626 * [标题底图](#header-image)
2727 * [搜索展示标题-头文件](#seo-title)
2828
29+
30+
2931#### 环境
3032
3133如果你安装了jekyll,那你只需要在命令行输入` jekyll serve ` 或 ` jekyll s ` 就能在本地浏览器中输入` http://127.0.0.1:4000/ ` 预览主题,还可以边修改边自动运行修改后的文件(需要刷新浏览器)。
3234
3335
3436
3537
36- #### 开始配置
38+ #### 开始
3739
3840你可以通用修改 ` _config.yml ` 文件来轻松的开始搭建自己的博客:
3941
@@ -53,7 +55,7 @@ weibo_username: huxpro # 你的微博账号,底部链接会自动更新
5355
5456Jekyll官方网站还有很多的参数可以调,比如设置文章的链接形式...网址在这里:[ Jekyll - Official Site] ( http://jekyllrb.com/ ) 中文版的在这里:[ Jekyll中文] ( http://jekyllcn.com/ ) .
5557
56- #### 写一篇文章
58+ #### 撰写博文
5759
5860要发表的文章一般以markdown的格式放在这里` _posts/ ` ,你只要看看这篇模板里的文章你就立刻明白该如何设置。
5961
You can’t perform that action at this time.
0 commit comments