Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

35 lines (25 loc) · 1.23 KB

설치하기

$ yarn install

만약 yarn이 설치되어 있지 않다면 yarn 설치하기를 참고하세요.

시작하기

$ yarn start # http://localhost:3000

docs, blog 작성하기

기본적으로 docs는 docs 폴더에, blog는 blog 폴더에 마크다운 형식의 파일을 작성하면 됩니다. 자동으로 md 파일을 인식해서 UI로 그려줍니다.

authors.yml에 작성자 추가하기

authors.yml 파일에 작성자를 추가하면 됩니다.

정현수: # frontmatter에 작성될 author 이름
  name: 정현수 # 페이지에 보일 이름
  title: Frontend Engineer @ Daangn # 페이지에 보일 직함
  url: https://github.com/junghyeonsu # 페이지에 보일 링크
  image_url: https://github.com/junghyeonsu.png # 페이지에 보일 이미지