iOS开发iOS Developer

mac上Hexo+Github 搭建属于自己的博客(中)

2017-02-11  本文已影响141人  绍清_shao

前言

这是系列文章,在环境配置和本机部署完成后接下来就要申请github账号并配置了,事不宜迟动手吧~~~

主要步骤

申请github账号

配置github账号

Paste_Image.png

本地博客部署到github上

_config.yml

修改后是这样:

deploy:
  type: git
  repository: https://github.com/aloow/aloow.github.io.git
  branch: master```
repository填写刚刚新建的github repository,如图
![repository](https://img.haomeiwen.com/i1292402/edc8b29bbcae06a3.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
##本地博客部署到github上
* 终端上输入`npm install hexo-deployer-git --save`

$ npm install hexo-deployer-git --save
hexo-site@0.0.0 /Users/waqing/Desktop/Bolg
└── hexo-deployer-git@0.2.0 ```

$ hexo deploy
INFO  Deploying: git
INFO  Setting up Git deployment...
.
.
.
...
To https://github.com/aloow/aloow.github.io.git
 * [new branch]      HEAD -> master
Branch master set up to track remote branch master from https://github.com/aloow/aloow.github.io.git.
INFO  Deploy done: git```
* 想了解Hexo配置文件可以看[Hexo中文网站](https://hexo.io/zh-cn/docs/configuration.html)这里放张截图:

![Paste_Image.png](https://img.haomeiwen.com/i1292402/0ce23b3568cb9112.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
* 最后浏览器中打开[https://aloow.github.io/](https://aloow.github.io/),就可以看到个人博客了

##总结
接下来要对部署完的博客进行润色,后面会介绍几个好看的博客主题以及如何编写和发布博客

如果本篇博文对你有帮助,我会很开心因为觉得没白写哈哈~~如果有错可以评论上指出,感谢每一位点开博文的朋友~




上一篇下一篇

猜你喜欢

热点阅读