Skip to content

Commit

Permalink
update create blog file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hua Zou committed Aug 29, 2019
1 parent 4e66eee commit 4c41736
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions _posts/2019-08-29-Others-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ tags: 搭建博客
2. ##### 安装git bash




### 搭建步骤

1. ##### 注册github账号,并且建立博客Github仓库。创建方法有两种:
Expand All @@ -60,8 +62,6 @@ tags: 搭建博客
>
> 注意:仓库名字一定要和自己的账户名字一致:**Repository name** : *githubname.github.io*

2. ##### 了解Jekyll博客的目录结构
- **_config_yml**:全局配置文件,包含基础设置、侧边栏设置、社交账号和评论系统等
- **_posts:**博客文章存放位置
Expand All @@ -83,8 +83,6 @@ tags: 搭建博客
>
> 3. md文件所包含的图片等,需要放置在_posts/img/目录,并且路径需要换成网页版绝对路径。如 “https://raw.githubusercontent.com/HuaZou/HuaZou.github.io/master/_posts/img/R.cbind-1.png”

4. ##### 本地渲染后上传至git仓库

- 打开powershell,并进入到博客目录;
Expand All @@ -93,6 +91,7 @@ tags: 搭建博客




### Github Pages的局限性

Github Pages 并不是无限存储和无限流量的静态站点服务,一些限制如下:
Expand All @@ -101,8 +100,12 @@ Github Pages 并不是无限存储和无限流量的静态站点服务,一些
- 每个月100GB流量带宽。
- 每小时编译构建次数不超过10次。(在线修改重新编译并未发现这个限制)



### 注意事项
1. 文章内图片过大,可以通过压缩图片[图快好](https://www.tuhaokuai.com/)

文章内图片过大,可以通过压缩图片[图快好](https://www.tuhaokuai.com/)



### 安装过程遇到的问题
Expand All @@ -121,6 +124,7 @@ Github Pages 并不是无限存储和无限流量的静态站点服务,一些




### 引用

1. [Github Pages + jekyll 全面介绍极简搭建个人网站和博客](https://blog.csdn.net/tom_221x/article/details/84630283)
Expand Down

0 comments on commit 4c41736

Please sign in to comment.