Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
安装 hexo
npm install -g hexo-cli
rm -rf node_modules && npm install --force
Create a new post
$ hexo new post -p docker/Docker版本与安装介绍
More info: Writing
本地启动
$ hexo server
More info: Server
编译并部署到 GIthub
hexo clean && hexo deploy
Generate static files
$ hexo generate
More info: Generating
Deploy to remote sites
$ hexo deploy
More info: Deployment