Hexo常用指令/Hello world~
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:How to write a new blog
Create a new post
1 | |
您可以在命令中指定文章的布局(layout),默认为 post,可以通过修改 _config.yml 中的 default_layout 参数来指定默认布局。
More info: Writing
Run server
1 | |
启动服务器,默认情况下,访问网址为[localhost:4000](http://localhost:4000)
More info: Server
Generate static files
1 | |
生成静态文件,准备推送部署
More info: Generating
Deploy to remote sites
1 | |
部署到服务端
More info: Deployment