-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·91 lines (79 loc) · 1.87 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
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
83
84
85
86
87
88
89
90
91
# Basic
name: "Info-Mechanics & Neuroethology Lab"
title: "MacIver Lab"
description: "this is the page for MacIver Lab, we are a neuroethology lab under Center for Robotics and Biosystems at the Northwestern University, Evanston"
# URL
url: http://maciverlab.github.io
baseurl:
#baseurl: "" #For Root Domain
permalink: /:title.html
# Markdown
markdown: kramdown
# Highlighter
highlighter: rouge
# Navigation
nav:
#- name: "HOME"
# href: "/"
- name: "ABOUT"
href: "/about"
- name: "PUBLICATIONS"
href: "/publications"
- name: "PEOPLE"
href: "/people"
- name: "RESEARCH"
href: "/research"
- name: "RESOURCES"
href: "/resources"
- name: "MEDIA"
href: "/media"
#- name: "PROJECTS"
# href: "/projects"
#- name: "DATA"
# href: "/data"
#- name: "RESEARCH"
# href: "/research"
# Sass
sass:
style: :compressed
# Scopes
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "projects"
values:
layout: "page"
-
scope:
path: ""
type: "projdata"
values:
layout: "post"
-
scope:
path: ""
type: "people"
values:
layout: "profile"
collections:
projects:
output: true
permalink: /research/:name.html
projdata:
output: true
permalink: /data/:categories/:title.html
people:
output: true