美文网首页
无标题文章

无标题文章

作者: 784b97eeca88 | 来源:发表于2014-12-26 15:10 被阅读0次

    ###安装hexo

    1. 安装Node.js (Windows下有可执行的安装包)

    ```sudo apt-get install nodejs```

    如果出现找不到node命令的时候,需要再安装`nodejs-legacy`, 其实就是一个`ln -s node nodejs`

    2. 安装hexo

    ```bash

    npm install -g hexo

    mkdir hexo

    cd hexo

    hexo init

    npm install

    hexo generate

    hexo server

    ```

    相关文章

      网友评论

          本文标题:无标题文章

          本文链接:https://www.haomeiwen.com/subject/wobatttx.html