Hexo静态博客部署小记
分类: Blog 标签: Blog

安装npm:

brew update #通过brew进行安装
brew install npm

安装hexo:

npm install -g hexo-cli

新建本地站点:

hexo init Blog #使用Blog作为网站目录
cd Blog
npm install
hexo server #访问 http://localhost:4000 查看demo
阅读全文

Page 1 of 1.