Skip to content

Instantly share code, notes, and snippets.

@neoneo40
Last active August 29, 2015 14:11
Show Gist options
  • Save neoneo40/75cf4005e8628c4e50d9 to your computer and use it in GitHub Desktop.
Save neoneo40/75cf4005e8628c4e50d9 to your computer and use it in GitHub Desktop.
How to write article in euripy

How to write article in euripy

각 파일들이 하는 역할

index.html

  • 이 1개의 index.html 에서 나머지 md들을 불러오는 구조
  • index.html만 받은 다음에 모두 로딩되고 난 후 client에서 다시 md들을 받아서 약간 느림. 그래서 만화 뜨는게 느림

navigation.md

  • 클릭해 보면 알겠지만 상단의 메뉴를 보여주기 위한 것, 이름이 딱 네비게이션이잖아!
  • 여기에 추가하고 싶은 메뉴 추가하고 pages/reversing/season2 밑에 원하는 xx.md로 작성하면 됨(navigation.md 에서 불러오는데 해당 md가 없으면 안되겠지?!)

README.md

  • 이건 그냥 github에서 보여지는거임

images

  • 해당 image들은 여기에 넣고 링크 걸면 됨
  • 상대경로니 주의해서 입력.

Markdown 참고 자료

  1. Markdown 개념
  2. 단축키가 능수능란해야 문서 편집시 흐름이 끊기는 현상 발생 방지(Help - Keyboard Shortcuts을 보면 어떤 단축키들이 있는지 확인할 수 있으니 참고)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment