基于hexo和git的博客搭建

基于hexo和git的博客搭建


  • 安装依赖

    1
    $ npm install hexo-deployer-git --save
  • 建站

1
2
3
$ hexo init <folder>
$ cd <folder>
$ npm install
  • 配置

修改站点配置文件_config.yml

1
2
3
deploy:
type: git
repo: git@github.com:ahujwcao/ahujwcao.github.io.git
  • 命令与基本操作

    • new

    1
    $ hexo new [layout] <title>
    • generate

    1
    $ hexo g
    • server

    1
    $ hexo s
    • deploy

    1
    $ hexo d
  • 域名绑定

    申请域名,如阿里云,添加域名解析