-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
62 lines (52 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
######################################################################
# Add config info here!
# To add a new documentation topic of name DOC_TOPIC, extend both 'collections' and 'header_pages' with the following
#
#collections:
# [current collections info]
# DOC_TOPIC:
# output:true
#
#header_pages:
# [current header_pages info]
# - DOC_TOPIC.md
#
collections:
documentation:
output: true
gazebo-simulation:
output: true
gaze-tracking:
output: true
SIM:
output: true
mobility-unlimited:
output: true
roomba:
output: true
autochair:
output: true
openpose:
output: true
header_pages:
- documentation.md
- gazebo-simulation.md
- gaze-tracking.md
- SIM.md
- mobility-unlimited.md
- roomba.md
- autochair.md
- openpose.md
######################################################################
# Nothing below here should normally be messed with
######################################################################
theme: minima
plugins:
- jekyll-relative-links
- jekyll-feed
- premonition
relative_links:
enableD: true
collections: true
baseurl: /RnD
exclude: ['buildSite.sh', 'Gemfile.lock', 'Gemfile']