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
- Host: GitHub
- URL: https://github.com/liby/liby.github.io
- Owner: liby
- Created: 2020-06-02T16:02:36.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-10-21T10:01:18.000Z (8 months ago)
- Last Synced: 2025-10-21T11:43:25.041Z (8 months ago)
- Language: JavaScript
- Homepage: https://liby.github.io/
- Size: 169 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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.