1.安装Hexo Hexo官网
➜ npm i hexo-cli -g
➜ hexo init blog
➜ cd blog
➜ npm install
2.下载主题到本地
➜ cd themes
➜ git clone https://github.com/jangdelong/hexo-theme-xups.git
3.修改_config.yml的theme配置
➜ theme: hexo-theme-xups
4.生成查看
➜ cd …/
➜ hexo g
➜ hexo s --watch
INFO Start processing
INFO Hexo is running at http://localhost:4000 . Press Ctrl+C to stop.
通过 http://localhost:4000 访问效果