yalechen
build
# init
npm install -g hexo-cli
# npm install hexo -g
# npm update hexo -g
hexo init
# test
hexo new test_my_site
hexo clean
hexo g
# hexo server
hexo s
# localhost:4000
# theme setting
npm install -S hexo-theme-icarus hexo-renderer-inferno
hexo config theme icarus
# deploy git
npm install hexo-deployer-git --save
hexo g -d
Ref
https://ppoffice.github.io/hexo-theme-icarus/tags/Icarus%E7%94%A8%E6%88%B7%E6%8C%87%E5%8D%97/