抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

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

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

deploy产生如下错误的解决方法

(1)使用hexo部署报错Error: Spawn failed
解决办法:删除.deploy_git文件夹 -> 修改_config.yml文件中deploy的repository地址,修改为SSH方式 -> 按顺序执行命令hexo clean、hexo generate、hexo deploy

评论