2022. 6. 24. 13:45ㆍWeb
깃허브를 사용하고 있지만 너무 초라한거 같아 앞으로 관리를 해볼 생각이다.
일단 그 전에 프로필을 좀 꾸며 보기로 하였다.
1. GitHub 프로필 설정하기
- Repository를 아이디와 동일하게 생성해주면 된다.
- 나는 이미 작성 전에 한번 만들어 놔서 저렇게 오류가 뜨지만 최초 생성시 고양이가 반겨 줄것이다.
여기서 중요한 점은 README 파일을 꼭 체크해 주도록 하자( 이곳에 프로필 작성을 할것이다.)
2. README.md 파일 수정하기
GitHub 바로 작성하고 커밋해서 확인하고 굉장히 번거로우니 markdown 미리보기 제공 서비스를 이용하여
한번에 작성하고 커밋하는 방법을 추천한다.
뱃지 활용하기
이렇게 뱃지활용하기 위해서는 참고사이트에서 불러와 작성하면된다.
- 작성방법
Shields.io: Quality metadata badges for open source projects
Love Shields? Please consider donating to sustain our activitiesYour BadgeStaticUsing dash "-" separator/badge/ - - Dashes --→- DashUnderscores __→_ Underscore_ or Space → SpaceUsing query string parameters/static/v1?label= &message= &color= Colo
shields.io
simpleicons 사이트에서 원하는 뱃지를 검색후
<img src="https://img.shields.io/badge/쓰고자하는_텍스트-컬러코드?style=flat-square&logo=simpleicons에서_아이콘이름&logoColor=white"/></a> 

<h3 align="center">👨💻 Tech Stack 👨💻</h3>
<p align="center">
<img src="https://img.shields.io/badge/JAVA-007396?style=flat-square&logo=JAVA&logoColor=white"/>
<img src="https://img.shields.io/badge/Spring-6DB33F?style=flat-square&logo=Spring&logoColor=white"/>
<img src="https://img.shields.io/badge/SpringBoot-6DB33F?style=flat-square&logo=SpringBoot&logoColor=white"/>
<img src="https://img.shields.io/badge/PostgreSQL-4169E1?style=flat-square&logo=PostgreSQL&logoColor=white"/>
<img src="https://img.shields.io/badge/MySQL-4479A1?style=flat-square&logo=MySQL&logoColor=white"/>
<img src="https://img.shields.io/badge/Docker-2496ED?style=flat-square&logo=Docker&logoColor=white"/>
<img src="https://img.shields.io/badge/Redis-DC382D?style=flat-square&logo=Redis&logoColor=white"/>
<img src="https://img.shields.io/badge/HTML5-E34F26?style=flat-square&logo=HTML5&logoColor=white"/>
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=JavaScript&logoColor=white"/>
<img src="https://img.shields.io/badge/jQuery-0769AD?style=flat-square&logo=jQuery&logoColor=white"/>
<img src="https://img.shields.io/badge/Flutter-02569B?style=flat-square&logo=Flutter&logoColor=white"/>
<img src="https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=GitHub&logoColor=white"/>
</p>
<h3 align="center">✨ Me ✨</h3>
<p align="center">
<a href="https://github.com/buenaonda-chile"><img src="https://img.shields.io/badge/Blogger-FF5722?style=flat-square&logo=Blogger&logoColor=white&link=https://buenaonda1.tistory.com"/></a>
<a href="https://github.com/buenaonda-chile"><img src="https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=GitHub&logoColor=white&link=https://github.com/buenaonda-chile"/></a>
<a href="qwgh123@naver.com"><img src="https://img.shields.io/badge/Gmail-EA4335?style=flat-square&logo=Gmail&logoColor=white&link=qwgh123@naver.com"/></a>
</p>
앞으로 깃허브 계정 관리도 하고 프로필도 점점 추가해볼 생각이다.
'Web' 카테고리의 다른 글
[JAVA] JPA 1:N(일대다) JSON 직렬화 순환 참조 문제 (0) | 2022.06.15 |
---|---|
[Web] 자바(JAVA) 셀레니움(Selenium)을 통해 크롤링하기 (0) | 2022.05.30 |
[Web] 세션(Session), 쿠키(Cookie) (0) | 2022.05.26 |
[Web] JWT(JSON Web Token) (0) | 2022.05.26 |