Hexo 博客搭建

Hexo 安装

1
npm install hexo -g

初始化博客

1
hexo init <dir>

安装依赖

1
npm install

预览

1
hexo serve -p prot
1
ip:port

注意

终端切换到目录下