-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsidebar.yaml
More file actions
46 lines (40 loc) · 1.09 KB
/
sidebar.yaml
File metadata and controls
46 lines (40 loc) · 1.09 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
# =====================================================
# Sidebar Layout Configuration
#
# - The order of sections below determines their display order in the sidebar.
# - To remove a page from the sidebar, simply delete the corresponding item.
# =====================================================
sidebar:
userName: "Pin-Yen Huang" # Name displayed at the top of the sidebar
profileImage: "" # Profile image URL
sections:
- title: About Me
url: ""
icon:
name: LuUser
package: "react-icons/lu"
- title: Projects
url: "projects"
icon:
name: LuWrench
package: "react-icons/lu"
- title: Publications
url: "publications"
icon:
name: LuLibraryBig
package: "react-icons/lu"
- title: Articles
url: "articles"
icon:
name: LuNewspaper
package: "react-icons/lu"
- title: Movies
url: "movies"
icon:
name: LuClapperboard
package: "react-icons/lu"
- title: Music
url: "music"
icon:
name: LuMusic
package: "react-icons/lu"