조직용 GitHub 특수 리포지토리를 만드는 방법

약 1년 전, GitHub는 다음과 같이 GitHub 프로필에 표시되는 README를 생성할 수 있는 특수 기능을 출시합니다.



그리고 오늘 저는 이 기능을 조직에서도 사용할 수 있음을 확인했습니다.

이제 GitHub 조직을 위해 생성하는 방법을 보여드리겠습니다.

GitHub 조직을 위한 홈페이지를 만드는 단계


  • 조직에서 .github라는 새 공용 저장소를 만듭니다.
  • Under That Make a profile 디렉토리
  • README.md 디렉토리 아래에 profile를 추가합니다.
  • README.md의 경로는 .github/profile/README.md이어야 합니다.

    조직에 추가할 수 있는 항목 홈페이지



    조직의 기본 저장소README.md에 있는 모든 README 세부 정보를 가질 수 있습니다.

    또는 조직의 랜딩 페이지/문서 페이지에 있는 것처럼 홍보물을 추가할 수 있습니다.

    예시


  • 다음과 같은 파일을 만들어야 합니다.



  • Open Given File
  • 모든 정보를 추가할 수 있고 거기에 표시하고 싶었습니다. (프로모션 페이지로도 사용할 수 있습니다 :) )

  • 견본:

    <p align="center"><a href="https://iosf.in/" target="_blank"><img src="https://raw.githubusercontent.com/IndianOpenSourceFoundation/iosf-website/f38cba6cdba11cdcb90641ac192d1a36d67b6cd8/public/img/iosf-logo.svg" width="20%"></a></p>
    
    <h1 align="center">Indian Open Source Foundation</h1>
    <h2 align="center">Promoting open source, one step at a time smiley 😀 👨‍💻</h2>
    
    > Join us as a contributor and associate with us in our journey for making Open Source Contribution lit <span role="img" aria-label="fire emoji">🔥</span> and super powerful for the budding and already existing community.
    
    <p align="center"><a href="https://toolsiosf.typeform.com/to/fl45kmgs" target="_blank"><img src="https://img.shields.io/badge/-Join%20Us-%23EF233C" width="10%"></a>  <a href="https://twitter.com/iosf_india" target="_blank"><img src="https://badgen.net/badge/icon/twitter?icon=twitter&label" width="13%"></a> </p>
    
    
    
    ### Below is a list of the most important repositories.
    
    - [Dynamic Cli](https://github.com/IndianOpenSourceFoundation/dynamic-cli): A Modern, user-friendly command-line HTTP client for the API testing, and if you're stuck - Search and browse StackOverflow without leaving the CLI.
    - [Argon](https://github.com/IndianOpenSourceFoundation/Argon): A Website that will track the website traffic and health.
    


  • 변경 사항을 커밋하고 💥

  • 다음과 같이 표시됩니다.


    You Can Join Our Organisation Too :)



    다음에서 나를 팔로우할 수 있습니다.

    좋은 웹페이지 즐겨찾기