-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·82 lines (73 loc) · 1.89 KB
/
_config.yml
File metadata and controls
executable file
·82 lines (73 loc) · 1.89 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
name: BraiNavLab
url: http://127.0.0.1:5000/
exclude: [bibble, README.md, Makefile]
# to find the website on Google
title: "BraiNavLab"
description: "Research in neuroimaging, neurophysiology, brain connectivity and AI"
url: "https://brainavlab.github.io"
plugins:
plugins:
- jekyll-seo-tag
- jekyll-sitemap
# colorize code snippets with the pygments module
highlighter: pygments
# The path structure for blog posts.
permalink: /blog/:year/:month/:day/:title.html
# Sections on the "people" page.
roles:
- key: full_professor
name: Full Professor
- key: associate_professor
name: Associate Professor
- key: assistant_professor
name: Assistant Professor
- key: post_doc
name: Post-DOC
- key: phd_student
name: PhD Student
- key: research_fellow
name: Research Fellow
- key: graduate_student
name: Graduate Student
- key: undergraduate_student
name: Undergraduate Student
- key: collab
name: Collaborator
- key: alum
name: Alumni
# Number of news stories on the front page.
front_page_news: 8
# Base pathname for links.
base: ''
# make pages for the _projects folder
collections:
projects:
output: true
news:
output: true
permalink: /news/:name/
# Navigation bar links.
navigation:
- title: Home
link: /
- title: News
link: /pages/news.html
- title: People
link: /pages/lab_member.html
- title: Research Topics
link: /pages/research_projects.html
- title: Funded Projects
link: /pages/funded_projects.html
- title: Contacts
link: /pages/contacts.html
- title: "Publications"
link: "https://scholar.google.com/citations?user=hd5zn0YAAAAJ&hl=en"
external: true
# - title: Publications
# link: /pages/publications.html
- title: GitHub
link: https://github.com/orgs/BraiNavLab
external: true
- title: LinkedIn
link: https://www.linkedin.com/company/brainavlab
external: true