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
|
新建一篇博文,新建的md文件位于:hexo当前目录/source/_posts中。
More info: Writing
Run server
|
这个命令是开启本地hexo服务用的,可以访问http://localhost:4000/进行本地预览。
More info: Server
Generate static files
|
一般部署上去的时候都需要编译一下,编译后,会出现一个 public 件夹,将所有的md文件编译成html文件 。
More info: Generating
Deploy to remote sites
|
执行这个命令可以将博客部署到git。
More info: Deployment
清除 public
|
当 source 文件夹中的部分资源更改过之后,特别是对文件进行了删除或者路径的改变之后,需要执行这个命令,然后重新编译。
Tips
|
Markdown语法
|
More info: Markdown更多语法