깃허브 블로그 생성기록
깃 블로그 생성기록
😝과정
- chirpy 테마 fork
- 로컬에 git clone
- ruby 설치
brew install rbenv
rbenv install 3.0.6
rbenv rehash
설치된 버전 실행rbenv global 3.0.6
선택한 버전으로 전역지정
tools/init
으로 chirpy 테마 적용을 위한 초기 작업 실행- bundler 작업
- _config.yml 에서 각종 설정작업
jekyll serve
로 로컬 구동 확인
- git push
- 블로그 호스팅 확인
- 댓글기능 추가 (giscus 선택)
댓글 위젯 참고 사이트
- https://shipit.dev/posts/from-utterances-to-giscus.html
- https://giscus.app/ko
- https://jojoldu.tistory.com/704
😭트러블 슈팅
- mac os 업데이트로 인한 brew 초기화
- repo tools/init 실행 안됨 (npm 설치 필요했음)
- bundle 실행 안됨 (ruby 3.0이상 설치 필요했음)
- github accessToken 발급 및 로컬 git에 적용
트러블 슈팅 참고사이트
This post is licensed under CC BY 4.0 by the author.