Github 관련 팁
Github Page 이미지 로딩 속도 개선하기
MD 파일에서 이미지 경로를 다음과 같이 변경한다.
기존
/assets/images/
변경
https://cdn.jsdelivr.net/gh/[계정]/[RepositoryName]@[BranchName]/[ImagePath]
변경 예
https://cdn.jsdelivr.net/gh/donghyeok-dev/donghyeok-dev.github.io@master/assets/images
Github Repository File Source History 보기
방법
https://github.com/~ 를 https://github-history.netlify.com/~로 변경한다.
예
https://github.com
/donghyeok-dev/gitTest/blob/stable/a_module.java
https://github-history.netlify.com
/donghyeok-dev/gitTest/blob/stable/a_module.java
Github Repository 파일 검색 하기
Repository 홈에서 T누르면 검색화면으로 이동함.
크롬 확장프로그램으로 Github Repository File Tree보기
설치하러 가기
댓글남기기