hexo配置github
Git
Install hexo-deployer-git.
$ npm install hexo-deployer-git --save
配置_config.yml文件deploy:
type: git
repo: repository url
branch: [branch]
message: [message]
repo GitHub/Bitbucket/Coding/GitLab repository URL
branch Branch name. The deployer will detect the branch automatically if you are using GitHub or GitCafe.
message Customize commit message (Default to Site updated: now('YYYY-MM-DD HH:mm:ss') )
hexo g
hexo d
- ssh-keygen
- 打开github,Acount Settings—>SSH Keys —> Add SSH Key,再相应的位置填上key。
- key的位置再.ssh的文件下的id_rsa.pub
hexo new "new article"
打开之后我们会看到:
title: new article
date: 2014-11-01 20:10:33
tags:
---
文件的开头是属性,采用统一的yaml格式,用三条短横线分隔。下面是文章正文。
文章的正文支持markdown格式,
新建、删除或修改文章后,不需要重启hexo server,刷新一下即可预览。
点击查看更多内容
12人点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦