정보

[깃헙 블로그] 초간단 생성하기 (jekyll 활용)

86400 2023. 5. 8. 23:14

https://github.com/

 

GitHub: Let’s build from here

GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...

github.com

 

 

1. 깃헙 아이디 생성 혹은 깃헙 아이디 로그인

 

2. 레파지토리 생성

- 상단 동그라미 프로필을 클릭하고 'Your profile'로 들어가줍니다

 

- Overview 옆에 있는 Repositories를 확인해줍니다.

 

3. 테마 선택 후 가져오기

https://github.com/topics/jekyll-theme

 

GitHub: Let’s build from here

GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...

github.com

4. Fork(레파지토리 들어가서 확인)

GitHub.com jekyll-theme repos

https://github.com/topics/jekyll-theme
https://jamstackthemes.dev/
https://jekyllthemes.io/
https://jekyll-themes.com/

 

Jekyll Themes

A collection of the best jekyll themes and templates that are free to download. Download free jekyll themes that suit your website, portfolio, resume or company website needs. Search jekyll themes by category and find what you are looking for.

jekyll-themes.com

 

 

5.

아이디 설정:

https://아이디.github.io/레파지토리아이디

https://아이디.github.io 

 

6. 기본 정보 수정(config.yml)> 수정> name: 이름 지정> commit changes

Create a new fork를 통해 생성된 것을 확인해볼 수 있습니다.