Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fusic/light-blog

チームLIGHTの雑記ブログ
https://github.com/fusic/light-blog

Last synced: about 1 month ago
JSON representation

チームLIGHTの雑記ブログ

Awesome Lists containing this project

README

        

## 新しい投稿をする手順
##### 1. 記事作成
```bash
# source/_posts以下にmdファイル作成
$ hexo new "my new post"
```
##### 2. 静的ファイル作成
```bash
$ hexo generate
```

##### 3. push後にmasterにmerge

## Quick Start

### Create a new post

```bash
$ hexo new "My New Post"
```

More info: [Writing](https://hexo.io/docs/writing.html)

### Run server

``` bash
$ hexo server
```

More info: [Server](https://hexo.io/docs/server.html)

### Generate static files

``` bash
$ hexo generate
```

More info: [Generating](https://hexo.io/docs/generating.html)

### Deploy to remote sites

``` bash
$ hexo deploy
```

More info: [Deployment](https://hexo.io/docs/one-command-deployment.html)

### favicon
docsフォルダにfavicon.pngを設置