An open API service indexing awesome lists of open source software.

https://github.com/zenser/zenser.github.io

个人博客
https://github.com/zenser/zenser.github.io

Last synced: 6 months ago
JSON representation

个人博客

Awesome Lists containing this project

README

          

# shuai blog

##写文章

```bash
hexo new [layout]
```

layout:

| layout | path |
| ----- | --------------- |
| post | source/\_posts |
| page | source |
| draft | source/\_drafts |

##编译

```bash
hexo generate
```

##部署(直接部署到远程 web 托管)

```bash
hexo deploy
```

##编译+部署

```bash
hexo g -d
```