/sosunnyproject.github.io

the latest blog

Primary LanguageJavaScriptBSD Zero Clause License0BSD

to do list

vitae

기능

  • SEO 최적화
  • seo - share : title, image cards
  • thumbnail images for post list
  • 구글 애널리틱스 추가
  • google search console
  • sitemap.xml
  • 댓글 기능
  • 구글 애드 센스 추가 (보류)
  • 한글/영어 전환 버튼 추가하기
  • 다크 theme 추가하기
  • p5js/threejs + html

포트폴리오 페이지 컨텐츠

blog tutorials

  • unity AR
  • unity URP shader 쉐이더 강의
  • youtube tutorials

Done

  • 최종 폰트 h1, h2, h3, h4 정하기
  • 인덱스(홈)페이지 레이아웃 확정하기
  • 모바일 반응형 미디어쿼리 추가하기

basic commands for myself

# 업데이트
# do not pull  master branch
$ git fetch
$ git pull origin source

# build in localhost 
$ gatsby build
$ gatsby serve

# deploy to my github pages
# https://www.gatsbyjs.com/docs/how-gatsby-works-with-github-pages/
# on  branch
$  npm run deploy