Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```