怪我咯2017-04-17 16:13:56
Hexo provides a fast and convenient one-click deployment function, allowing you to deploy your website to the server with just one command.
$ hexo deploy
Before you start, you must first modify the parameters in _config.yml. A correct deployment configuration must have at least the type parameter, for example:
deploy:
type: git
You can use multiple deployers at the same time, Hexo will execute each deployer in order.
deploy:
- type: git
repo:
- type: heroku
repo:
Read more about the documentation https://hexo.io/zh-cn/docs/de...