Skip to content

pythonkr/blog

Repository files navigation

blog

Python Korea 블로그입니다.

repository에 access

먼저, 아래 두가지 방법 중 하나를 선택하여 repository에 접근할 수 있습니다.

  1. blog 저장소를 clone하여 local에서 작성.
  • terminal 사용 시 : git clone https://github.com/pythonkr/blog.git
  1. github상에서 pull request 생성.
  • _posts/ 폴더로 이동
  • create new file 혹은 upload files

post 작성

https://uhm6mk9w2k7exk5jq01g.julianrbryant.com/docs/posts/
Markdown 형식으로의 작성이 필수적입니다. (참고 : https://un5q00ekvk5rcyxcrjj28.julianrbryant.com/features/mastering-markdown/)

  • repository 내 _posts/ 폴더에 yyyy-mm-dd-slug.md형식의 파일명으로 저장. (ex. 2017-05-10-using-python.md)
  • YAML Front Matter 작성. (글의 첫 머리에 yaml 형식의 아래 내용 포함)  
---
layout : post
comments : true
title : <글제목>
author : <작성자>
---

작성한 post를 blog에 반영

  • repository에 access한 방법에 따라 pull request.

About

Python Korea 블로그입니다.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors