admin avatar

快速搭建Hexo静态博客

🕛 by admin

Hexo,快速、简洁且高效的博客框架

安装hexo开始,系统为mac苹果

1
2
3
4
5
6
7
8
brew install nodejs
npm install -g cnpm --registry=https://registry.npm.taobao.org
//更换nodejs源为淘宝镜像
cnpm install hexo-cli -g
hexo init blog
cd blog
cnpm install
hexo server

搞定,访问localhost:4000端口即可查看博客

💘 相关文章

写一条评论