Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkweon/kkweon.github.io
My personal blog based on Gatsby (React)
https://github.com/kkweon/kkweon.github.io
blog gatsby react
Last synced: 2 months ago
JSON representation
My personal blog based on Gatsby (React)
- Host: GitHub
- URL: https://github.com/kkweon/kkweon.github.io
- Owner: kkweon
- License: mit
- Created: 2017-06-01T03:47:28.000Z (over 7 years ago)
- Default Branch: gatsby
- Last Pushed: 2024-09-21T06:07:17.000Z (4 months ago)
- Last Synced: 2024-11-02T12:11:54.632Z (2 months ago)
- Topics: blog, gatsby, react
- Language: TypeScript
- Homepage: https://kkweon.github.io
- Size: 17.5 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Blog written in Gatsby.js
[![Continuous integration](https://github.com/kkweon/kkweon.github.io/actions/workflows/ci.yaml/badge.svg)](https://github.com/kkweon/kkweon.github.io/actions/workflows/ci.yaml)
Hosted at https://kkweon.dev
## Create a new post
```bash
./new_post.sh "Title 1"
# will create src/posts/2021-09-20-title-1/index.md
```