Skip to content

Commit 08bf9a0

Browse files
committed
update
1 parent 832006c commit 08bf9a0

File tree

8 files changed

+7
-46
lines changed

8 files changed

+7
-46
lines changed

_layouts/categories.html

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -136,42 +136,3 @@
136136
{% assign group_index = group_index | plus: 1 %}
137137
{% endif %}
138138
{% endfor %}
139-
140-
<!--
141-
category folder structure(html):
142-
ex:
143-
- foo
144-
- bar 1
145-
- bar 2
146-
147-
html:
148-
149-
<div class="card categories">
150-
<div class="card-header d-flex justify-content-between hide-border-bottom">
151-
<span class="ms-2">
152-
<i class="far fa-folder-open fa-fw"></i>
153-
<a href="/categories/foo/" class="mx-2">foo</a>
154-
<span class="text-muted small font-weight-light">2</span>
155-
</span>
156-
<a href="#l_0" data-bs-toggle="collapse" aria-expanded="true" aria-label="h_0-trigger" class="category-trigger hide-border-bottom">
157-
<i class="fas fa-fw fa-angle-down"></i>
158-
</a>
159-
</div>
160-
161-
<div id="l_0" class="collapse show" aria-expanded="true">
162-
<ul class="list-group">
163-
<li class="list-group-item">
164-
<i class="far fa-folder fa-fw"></i>
165-
<a href="/categories/foo/bar 1/" class="mx-2">bar 1</a>
166-
<span class="text-muted small font-weight-light">2</span>
167-
</li>
168-
<li class="list-group-item">
169-
<i class="far fa-folder fa-fw"></i>
170-
<a href="/categories/foo/bar 2/" class="mx-2">bar 2</a>
171-
<span class="text-muted small font-weight-light">2</span>
172-
</li>
173-
</ul>
174-
</div>
175-
</div>
176-
177-
-->

_posts/CS/2024-10-25-cs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 컴퓨터 구조 기초
33
description: "Computer Science: Computer Architecture Basic"
44
author: yulmwu
55
date: 2024-10-25 00:00:00 +0900
6-
categories: ["CS 개념 정리"]
6+
categories: ["개념/용어 정리", "Computer Science"]
77
tags: ["컴퓨터", "하드웨어", "CPU"]
88
use_math: true
99
series:

_posts/Cloud/2025-05-02-1-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 클라우드란? + 인프라
33
description: "클라우드가 무엇인지 배우고 인프라, Public/Private 클라우드에 대하여 알아보자"
44
author: yulmwu
55
date: 2025-05-02 00:00:00 +0900
6-
categories: ["클라우드/AWS 개념 정리"]
6+
categories: ["개념/용어 정리", "클라우드/AWS"]
77
tags: ["클라우드", "인프라", "Public/Private 클라우드"]
88
use_math: true
99
next_post:

_posts/Cloud/2025-05-02-2-aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "AWS란? + 실습 환경 구축하기"
33
description: "AWS가 무엇인지 배우고, 간단한 EC2 인스턴스를 생성하여 실습 환경을 구축해보자."
44
author: yulmwu
55
date: 2025-05-02 00:00:00 +0900
6-
categories: ["클라우드/AWS 개념 정리"]
6+
categories: ["개념/용어 정리", "클라우드/AWS"]
77
tags: ["AWS", "EC2", "실습"]
88
use_math: true
99
previous_post:

_posts/Cloud/2025-05-02-3-ec2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "EC2란?"
33
description: "AWS의 핵심, EC2가 뭔지 알아보자."
44
author: yulmwu
55
date: 2025-05-02 00:00:00 +0900
6-
categories: ["클라우드/AWS 개념 정리"]
6+
categories: ["개념/용어 정리", "클라우드/AWS"]
77
tags: ["EC2", "인스턴스", "스토리지", "EBS", "S3", "키페어", "EIP"]
88
use_math: true
99
previous_post:

_posts/Cloud/2025-05-02-4-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "VPC 배우기 전 사전지식: IP, 서브넷, CIDR"
33
description: "VPC에 대해 배우기 전 핵심 개념, IP와 클래스, 서브넷, CIDR에 대해 알아보자"
44
author: yulmwu
55
date: 2025-05-02 00:00:00 +0900
6-
categories: ["클라우드/AWS 개념 정리"]
6+
categories: ["개념/용어 정리", "클라우드/AWS"]
77
tags: ["VPC", "IP", "서브넷", "CIDR"]
88
use_math: true
99
previous_post:

_posts/Cloud/2025-05-02-5-vpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "VPC란?"
33
description: "AWS의 핵심 2, VPC가 뭔지 알아보자."
44
author: yulmwu
55
date: 2025-05-02 00:00:00 +0900
6-
categories: ["클라우드/AWS 개념 정리"]
6+
categories: ["개념/용어 정리", "클라우드/AWS"]
77
tags: ["VPC"]
88
use_math: true
99
previous_post:

_posts/Network/2025-05-02-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 네트워크 기초
33
description: "Network Basic"
44
author: yulmwu
55
date: 2025-05-02 00:00:00 +0900
6-
categories: ["네트워크 개념 정리"]
6+
categories: ["개념/용어 정리", "네트워크"]
77
tags: ["네트워크"]
88
use_math: true
99
previous_post:

0 commit comments

Comments
 (0)