入门第一步
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.
新的开始!
创建一篇新的博文
在终端键入如下内容:
$ hexo new "My New Post" |
其中"My New Post"代表新博文的标题,起自己喜欢的就好了!
More info: Writing
启动服务器
$ hexo server |
More info: Server
生成静态文件
$ hexo generate |
More info: Generating
部署至远程站点
$ hexo deploy |
More info: Deployment
评论