Python Korea 블로그입니다.
Python Korea 블로그입니다.
먼저, 아래 두가지 방법 중 하나를 선택하여 repository에 접근할 수 있습니다.
blog 저장소를 clone하여 local에서 작성.
git clone https://github.com/pythonkr/blog.git
github상에서 pull request 생성.
_posts/
폴더로 이동 create new file
혹은 upload files
https://jekyllrb.com/docs/posts/
Markdown 형식으로의 작성이 필수적입니다. (참고 : https://guides.github.com/features/mastering-markdown/)
_posts/
폴더에 yyyy-mm-dd-slug.md
형식의 파일명으로 저장. (ex. 2017-05-10-using-python.md
)
---
layout : post
comments : true
title : <글제목>
author : <작성자>
---