forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnavigation.yml
More file actions
33 lines (32 loc) · 779 Bytes
/
navigation.yml
File metadata and controls
33 lines (32 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 상단 메뉴 (기존)
main:
- title: "Home"
url: /
- title: "About"
url: /about/
- title: "Diary"
url: /diary/
- title: "Blog"
url: /blog/
- title: "Projects"
url: /projects/
- title: "Studies"
url: /studies/
# 왼쪽 사이드바 메뉴 (필요하면 유지, 아니면 삭제)
docs:
- title: "Diary"
url: /categories/Diary/
- title: "Computer Science"
children:
- title: "Operating Systems"
url: /categories/Operating-System/
- title: "Cloud Computing"
url: /categories/Cloud-Computing/
- title: "Data Science"
children:
- title: "Data"
url: /categories/Data/
- title: "Data Engineering"
url: /categories/Data-Engineering/
- title: "AI"
url: /categories/AI/