Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boyeonj/blog
gatsby, typescript, emotion으로 구현한 기술 블로그와 이력서
https://github.com/boyeonj/blog
emotion gatsby typescript
Last synced: about 1 month ago
JSON representation
gatsby, typescript, emotion으로 구현한 기술 블로그와 이력서
- Host: GitHub
- URL: https://github.com/boyeonj/blog
- Owner: boyeonJ
- Created: 2024-01-10T07:09:20.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-03T15:41:36.000Z (7 months ago)
- Last Synced: 2024-10-10T13:02:09.947Z (about 1 month ago)
- Topics: emotion, gatsby, typescript
- Language: TypeScript
- Homepage: https://boyeon.vercel.app/
- Size: 3.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![screenshot](https://github.com/boyeonJ/blog/assets/32887635/1069cede-ff28-4420-aa25-64d4d0d16838)
## boyeon blog
- 기술을 기록하는 blog page, 경험을 정리한 resume page 개발
- dark mode 구현
- Link API로 **prefetch** 적용하여 로딩 최적화
- GatsbyImage, StaticImage으로 **lazy-loading 및 이미지 최적화**
- **custom hook**s을 구현하여 공통 로직 재사용(useInfiniteScroll)
- atomic design pattern 디자인 시스템 구현
- Head API, meta tag, sitemap, robots를 이용하여 **검색엔진 최적화** 하였습니다.
- useMemo로 메모리 최적화## skills
Gatsby, typescript