Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 297 Bytes

File metadata and controls

29 lines (18 loc) · 297 Bytes

Wade's blog

The origin source of the github pages

使用安装

  • 安装 HEXO

    npm install hexo-cli -g
  • 下载依赖并启动

    npm install
    hexo server
  • 部署

    hexo g -d

Thanks