forked from chrisanthropic/slim-pickins-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnav.yml
36 lines (29 loc) · 721 Bytes
/
nav.yml
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
- title: "home"
href: "/"
- title: "news"
href: "/news/"
- title: "people"
href: "/people/"
- title: "projects"
href: "/projects/"
subcategories:
- subtitle: "Master Project"
subhref: "/projects/project1"
- subtitle: "POA Flooding"
subhref: "/projects/project2"
- subtitle: "Autonomous Sail Boat"
subhref: "/projects/project3"
- subtitle: "Autonomous Boat"
subhref: "/projects/project4"
- subtitle: "Autonomous UAV"
subhref: "/projects/project5"
- subtitle: "Planning for Agents"
subhref: "/projects/project6"
- title: "publications"
href: "/publications/"
- title: "media"
href: "/media/"
- title: "links"
href: "/links/"
- title: "contact"
href: "/contact/"