본문 바로가기
Git Portfolio

[Git Portfolio 만들기2] jekyll themes 고르기

by doozzuri 2020. 9. 30.
반응형

이제 git 계정을 만들었으니 [이름].github.io 로 접속할 수 있는 개인의 포트폴리오를 만들어보자

포트폴리오를 만들기전 먼저 jekyll themes를 골라야한다.

 

 아래의 사이트에서 테마를 고른다

github.com/jekyllthemes.org/

 

Jekyll Themes

 

jekyllthemes.org

 

▶ 앞으로의 설명은 아래 테마를 이용해 진행할 예정이다.

jekyllthemes.org/themes/freelancer/

 

Freelancer

Freelancer Freelancer theme, a portfolio theme that allows you to showcase your projects. The theme is based on Freelancer theme by Start Bootstrap. Contribute Start by forking this repository. Contact Feel free to open issues if you run into trouble or ha

jekyllthemes.org

 

▶ 위의 url에서 'Homepage' 버튼을 눌러 해당 테마의 소스가 있는 'github'로 이동한다.

github.com/jeromelachaud/freelancer-theme

 

▶ 우측 상단에 'Fork' 를 누른다.

 

Fork는 다른 사람의 Github repository에서 내가 어떤 부분을 수정하거나 추가 기능을 넣고 싶을 때

해당 respository를 내 Github repository로 그대로 복제하는 기능이다

 

 

▶ GitHub 로그인 페이지가 뜨면 로그인을 하고, 이미 로그인 되어있을 경우 Fork가 진행된다.

 

▶ 나의 GitHub 저장소에 소스가 복제가 완료된걸 확인하고 'Settings' 버튼을 눌러준다.

 

▶ '자신의 git이름.github.io ' 로 Repository name을 바꿔준다.

 

▶ url에 '자신의 git이름.github.io'을 입력하면, 비록 템플릿 뿐이지만 나만의 포트폴리오 페이지가 완성되었다.

EX) doozzuri.github.io/

반응형