Hexo简介
hexo 是一款基于Node.js的静态博客框架。
中文文档: https://hexo.io/zh-cn/docs/configuration.html
常用命令
1 | hexo new "postName" #新建文章 |
部署
修改_config.yml文件1
2
3
4deploy:
type: git
repository: https://github.com/username/username.github.io.git
branch: master
hexo 是一款基于Node.js的静态博客框架。
中文文档: https://hexo.io/zh-cn/docs/configuration.html
1 | hexo new "postName" #新建文章 |
修改_config.yml文件1
2
3
4deploy:
type: git
repository: https://github.com/username/username.github.io.git
branch: master