forked from carla-simulator/carla-simulator.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (42 loc) · 1.25 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
title: CARLA Simulator
email: carla.simulator@gmail.com
description: Open-source simulator for autonomous driving research.
author: CARLA Team
baseurl: ""
url: http://carla.org/
logo: /img/logo/carla-black-m.png
default_background: /img/bg-post.jpg
# Social Profiles
cvc_page: http://www.cvc.uab.es/
intel_page: https://www.intel.com/
tri_page: http://www.tri.global/
kpit_page: https://www.kpit.com/
gm_page: https://www.gm.com/
github_username: carla-simulator
twitter_username: carlasimulator
discord_invite: 8kqACuC
youtube_channel: UC1llP9ekCwt8nEJzMJBQekg
twitter:
username: carlasimulator
social:
name: CARLA Simulator
links:
- https://github.com/carla-simulator/carla
- https://twitter.com/carlasimulator
- https://discord.gg/8kqACuC
- https://www.youtube.com/channel/UC1llP9ekCwt8nEJzMJBQekg
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
jekyll-mentions:
base_url: https://github.com
permalink: pretty
paginate: 100
paginate_path: "/posts/page:num/"
plugins:
- jekyll-feed
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag