macOS 安装 Hexo 笔记

注:macOS 10.13.6 已安装 Xcode 、 brew 、 Git 等

安装 nvm 及 nodejs

在终端中通过如下命令安装 nvm:

$curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

修改.bash_profile 文件,添加国内镜像:

export NVM_NODEJS_ORG_MIRROR=http://npm.taobao.org/mirrors/node

安装稳定版 node.js:

$nvm install stable

设置 npm 国内镜像:

npm config set registry='http://registry.npm.taobao.org'

安装 Hexo

$npm install -g hexo-cli

Hexo 初始化

$hexo init bubuyu
$cd bubuyu
$npm install

完成

鲁公网安备 37010202001399号 鲁ICP备18034499号-1