依赖

1
2
git --version
node --version

安装

1
npm install hexo-cli -g && hexo init blog && cd blog && npm un hexo-theme-landscape && npm i hexo-theme-next

苹果系统sudo npm install hexo-cli -g

更换默认主题

_config.yml找到theme: landscape换成theme: next

预览

1
hexo cl && hexo s

http://localhost:4000

主题配置

1
curl -o _config.butterfly.yml https://cdn.jsdelivr.net/gh/next-theme/hexo-theme-next/_config.yml

参考

https://github.com/next-theme/hexo-theme-next/blob/master/_config.yml