HEXO

作者: 吖_枫 | 来源:发表于2019-04-02 10:49 被阅读0次

title: Hello World

date: 2019-03-28 08:22:18

comments: true #是否可评论

toc: true #是否显示文章目录

categories:

- BLOG

tags:

- HEXO

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


``` bash

$ hexo new "My New Post"

```

More info:Writing

Run server


``` bash

$ hexo server

```

More info:Server

Generate static files


``` bash

$ hexo generate

```

More info:Generating

Deploy to remote sites


``` bash

$ hexo deploy

```

More info: Deployment

相关文章

网友评论

      本文标题:HEXO

      本文链接:https://www.haomeiwen.com/subject/ddcovxtx.html