使用Hexo快速构建一个博客网站 Posted on 2018-11-22 | Post modified: 2018-11-22 | In blog | | Visitors: Words count in article: 本地构建首先安装好node.js,然后跟着我敲命令就对了。 我以macOS为例,Windows用户推荐使用bash shell npm install -g hexo-cli # 安裝hexo命令行工具,安装之后就可以直接使用hexo命令了。因为node自动设置了PATH环境变量,你输入hexo命 ... Read more »