My First Post(블로그에 사용된 기술을 소개합니다)

By: Jun Heo
Posted: October 10, 2022

Vercel로 이사하게 된 노션x블로그에 대해 소개합니다!

처음 blog를 시작한건 Tistory에서 시작 했습니다. 조금씩 사용을 하다보니 여러가지 이유로 vercel의 notion blog template을 찾게 되었고 무료 도메인을 제공 하는 vercel cloud에서 blog를 새로 시작하게 되었습니다.

An image from Notion

재밌는 애니메이션은 https://rive.app/를 사용해서 추가했습니다. 클릭하면 옷이 바뀝니다.

notion-blog를 만들고 공유해준 Vercel 개발자 분들 정말 감사합니다.

Guillermo Rauch @rauchg for the initial idea
Shu Ding @shuding_ for the design help
Luis Alvarez @luis_fades for design help and bug catching

Github nextjs notion-blog template 주소 공유합니다.

https://github.com/ijjk/notion-blog

const success = action * 10;
An image from Notion

Notion-blog template의 구조는 아래와 같습니다.

An image from Notion

Notion에서 Blog테이블에 글을 작성하면 Frontend에서 notion db의 데이터를 읽어 브라우저에서 새로고침을 하게 되면 바로 반영됩니다.

An image from Notion