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

https://github.com/liby/liby.github.io

Byran's personal blog
https://github.com/liby/liby.github.io

Last synced: 8 months ago
JSON representation

Byran's personal blog

Awesome Lists containing this project

README

          

# Bryan Lee's Blog

This is my own blog, using `Gatsby` to pre render.
And all post are under `/content/posts` folder

## Usage

### Looking for Something?

- `/content` all blogs

- `/src` source code

### Test and Build Blog

```bash
yarn # install all dependencies

yarn dev # dev mode

yarn build # build blog
```

## LICENSE

ALL code using [MIT](LICENSE) LICENSE,
with all articles(including `/content/posts` folders) using
[CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)
LICENSE.