Skip to content

Commit

Permalink
githubio : 카테고리 추가
Browse files Browse the repository at this point in the history
- 기존 포스팅 오타 추가
- index.html 오타 수정
- left_nav 항목 추가
  • Loading branch information
miyeon396 committed Jan 1, 2022
1 parent 1584b33 commit d0b863f
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 7 deletions.
20 changes: 19 additions & 1 deletion _includes/left_navigation
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
{% endif %}
{% endfor %}
</ul>
<ul>
<!--Common 카테고리 글들을 모아둔 페이지인 /categories/common 주소의 글로 링크 연결-->
<!--category[1].size 로 해당 카테고리를 가진 글의 개수 표시-->
{% for category in site.categories %}
{% if category[0] == "Github" %}
<li><a href="/categories/github" class="">Github ({{category[1].size}})</a></li>
{% endif %}
{% endfor %}
</ul>
<span class="nav__sub-title">AWS</span>
<ul>
{% for category in site.categories %}
Expand All @@ -36,7 +45,7 @@
{% endif %}
{% endfor %}
</ul>

<span class="nav__sub-title">DB</span>
<ul>
{% for category in site.categories %}
Expand All @@ -45,6 +54,15 @@
{% endif %}
{% endfor %}
</ul>

<span class="nav__sub-title">Git</span>
<ul>
{% for category in site.categories %}
{% if category[0] == "Git" %}
<li><a href="/categories/git" class="">Git ({{category[1].size}})</a></li>
{% endif %}
{% endfor %}
</ul>
</li>
</ul>
</nav>
1 change: 1 addition & 0 deletions _posts/2021-10-04-github-blog-만들기.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: "single"
categories: Github
title: "GitHub Blog 만들기"
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2021-10-12-mysql-text-datatype.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: single
categories: Mysql
title: "[MySQL] Text DataType"
---

Expand Down
3 changes: 2 additions & 1 deletion _posts/2021-10-24-aws-vpc-network-bastion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: "[aws] VPC, Network, Bastion"
categories: Aws
title: "[Aws] VPC, Network, Bastion"
---

---
Expand Down
1 change: 1 addition & 0 deletions _posts/2021-10-28-git-repository-copy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout : single
categories: Git
title : "[Git] Repository Copy"
---

Expand Down
3 changes: 2 additions & 1 deletion _posts/2021-11-18-git-reset.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: "[git] Reset 명령어"
categories: Git
title: "[Git] Reset 명령어"
---

# git reset 명령
Expand Down
3 changes: 2 additions & 1 deletion _posts/2021-12-08-encrypted-snapshot-copy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: "[aws] Instance 다른 계정으로 복제"
categories: Aws
title: "[Aws] Instance 다른 계정으로 복제"
---

---
Expand Down
5 changes: 3 additions & 2 deletions _posts/2021-12-31-2021-retrospective.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: "[Retro] 2021 회고"
- 1차 버전 릴리즈 후의 기능 개선
- 수신인 추가, 메신저 웹훅 추가, 수신 거부 추가
2. OCI Usage, Performance 수집 개발
3. NCP Usaeg, Performance 수집 개발
3. NCP Usage, Performance 수집 개발
4. Azure Usage, Performance 수집 개발
5. Elasitic Search Batch 개선 및 전체 벤더 Migration
- LogStash 걷어냄
Expand All @@ -27,6 +27,7 @@ title: "[Retro] 2021 회고"
- 벤더 리소스별 확장 가능한 서비스 구조로 개선
- 분산 처리
- 룰 개선
- Company별로 1시간 이상 수행 분석 배치를 실행 후 10분 under로 완료
- Legacy 500줄 쿼리를 100줄미만 쿼리+로직으로 변경
- EBS, ELB, EIP, EC2, RDS
8. Azure 서비스 신규배치로의 전환
Expand Down Expand Up @@ -70,7 +71,7 @@ title: "[Retro] 2021 회고"
- 심플 소프트웨어
- ?_?
4. 귀찮지만 기본을 지켜보자 제대로 프로세스 적립해보자 3개
5. 살이 너무 많이 쪘어 적당알콜+살패기 1년이니까 12키로 (히든 ORK ㅋㅋ)
5. 살이 너무 많이 쪘어 적당알콜+살패기 1년이니까 12키로 (히든 OKR ㅋㅋ)

## 마쳐라

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: home
sitebar_main: true
sidebar_main: true
author_profile: true
---

0 comments on commit d0b863f

Please sign in to comment.