-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·47 lines (44 loc) · 1.13 KB
/
_config.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
37
38
39
40
41
42
43
44
45
46
47
name: UPEI Centre for Health & Biotech Management Research
markdown: redcarpet
highlighter: pygments # or rouge or null
exclude: ["node_modules", "gulpfile.js", "package.json"]
path: ''
permalink: /:year/:title/
collections:
projects:
output: true
permalink: /projects/:path/
jobs:
output: true
permalink: /about/jobs/:path/
navigation:
- root: Home
url: /
- root: About Us
url: /about
first-level:
- text: About Us
url: /about
- text: Staff
url: /about/staff
- text: Board
url: /about/board
- text: SPORE/MSSU
url: /about/spore-mssu
- text: Partners Collaborators
url: /about/partners-collaborators
- text: Job Postings
url: /about/jobs
- root: Projects
url: /projects
- root: Publications
url: /publications
- root: Contact Us
url: /contact
footer-nav-about:
- { title: 'About Us', href: '/about'}
- { title: 'Staff', href: '/about/staff'}
- { title: 'Board', href: '/about/board'}
- { title: 'SPORE/MSSU', href: '/about/spore-mssu'}
- { title: 'Partners Collaborators', href: '/about/partners-collaborators'}
- { title: 'Job Postings', href: '/about/jobs'}