-
This is a personal blog repository for my own use. I created this repo since I wasn't satisfied with the blog platform dev.to for the following reasons:
- You can't upload webp or gif to demonstrate how-to manuals.
- Viewers must sign up to dev.to to like or leave a comment. Github sign-in would have been better.
- The font looks ugly, especially the Korean one. It's hard to read for me.
- Ordered List Syntax breaks in dev.to. I always need to indent them.
- You cannot split a post into multiple sections with url fragments.
- Install dependencies.
yarn
- Run the app locally.
yarn dev
- If you would like to use my repo as a template, please let me know! I'd be happy happy to work on it.