From 0041aaadaefe5f337d4a29316bd730499ead4686 Mon Sep 17 00:00:00 2001
From: minshigee <minshigee@gmail.com>
Date: Wed, 22 Nov 2023 02:10:39 +0900
Subject: [PATCH] update contribute post

---
 ... Foundation copy.md => 2023-11-11-Cncf.md} |  0
 _posts/2023-11-20-contribute.md               | 19 +++++++++++++++++++
 2 files changed, 19 insertions(+)
 rename _posts/{2023-11-11-Cloud Native Computing Foundation copy.md => 2023-11-11-Cncf.md} (100%)
 create mode 100644 _posts/2023-11-20-contribute.md

diff --git a/_posts/2023-11-11-Cloud Native Computing Foundation copy.md b/_posts/2023-11-11-Cncf.md
similarity index 100%
rename from _posts/2023-11-11-Cloud Native Computing Foundation copy.md
rename to _posts/2023-11-11-Cncf.md
diff --git a/_posts/2023-11-20-contribute.md b/_posts/2023-11-20-contribute.md
new file mode 100644
index 0000000..35353a1
--- /dev/null
+++ b/_posts/2023-11-20-contribute.md
@@ -0,0 +1,19 @@
+---
+published: true
+---
+
+## 기여하는 방법.
+
+### 사전 설치.
+* docker
+* docker-compose
+
+### 기여.
+1. 내용 수정 및 포스트 생성
+	> ./_posts/${YYYY-MM-DD-NAME}.md 
+
+2. 수정된 내용 적용하기.
+	`docker-compose up -d //빌드, 결과 저장 실행`
+
+3. gitlab에 배포하기.
+    `git commit -m "${Message}"&& git push`
-- 
GitLab