-
Notifications
You must be signed in to change notification settings - Fork 2
Home
PGzxc edited this page Nov 13, 2017
·
1 revision
本博客使用hexo+github搭建
- 申请一个github账号
- 安装了node.js、npm,并了解相关基础知识
- 安装了git for windows(或者其它git客户端)
新建一个名为你的用户名.github.io的仓库
ssh-keygen -t rsa -C "邮件地址"
$ git config --global user.name "username"// 你的github用户名,非昵称
$ git config --global user.email "[email protected]"// 填写你的github注册邮箱
$ npm install -g hexo
$ cd /d/Code/hexo/
$ hexo init
$ cd /d/Code/hexo/
$ git clone https://github.com/litten/hexo-theme-yilia.git themes/yilia
$ hexo g # 生成
$ hexo s # 启动服务
$ hexo d #提交