hexo工具介绍及使用方法

Hexo is a fast, simple & powerful blog framework

安装方法:npm install hexo-cli -g;

require:node.js

    git

基本使用流程:

  • npm install hexo-cli -g
  • hexo init blog
  • cd blog
  • npm install
  • hexo server

hexo的简易使用方法基本在这了,详细使用方法移步官方API介绍:https://hexo.io/api/;

posted @ 2017-04-06 09:22  H.U.C-王子  阅读(700)  评论(0编辑  收藏  举报