forked from ros-infrastructure/robots.ros.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
65 lines (57 loc) · 1.38 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
# Site settings
description: An index of ROS Robots
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://robots.ros.org" # the base hostname & protocol for your site e.g. http://willianjusten.com.br
# User settings
username: Lorem Ipsum
user_description: Anon Developer at Lorem Ipsum Dolor
user_title: ROS Robots
email: [email protected]
twitter_username: rosorg
github_username: ros
gplus_username: rosorg
disqus_username: lorem_ipsum
featured_robots:
- TurtleBot4
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# If adding a category give it a theme color too in _theme-colors.sty
top_level_categories:
- title: Aerial
url: aerial
image: aerial.png
- title: Component
url: component
image: component.png
- title: Ground
url: ground
image: ground.png
- title: Manipulator
url: manipulator
image: manipulator.png
- title: Marine
url: marine
image: marine.png
# Links to include in menu navigation
# For external links add external: true
links:
- title: Home
url: /
- title: All
url: /all
- title: Tags
url: /tags
- title: About
url: /about
- title: Contributing
url: /contributing
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules', 'template_post.em']