-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
45 lines (41 loc) · 885 Bytes
/
_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
name: MLC Robotics Interest Group
description: Our interest group explores the application of learning based approaches to robotics. We do this through organizing online events, creating informative blog posts, answering questions on our discord channel and participating in the broader robotics research community.
baseurl: /robotics
url: https://ml-collective.github.io
markdown: kramdown
permalink: /:categories/:title/
future: true
sass:
sass_dir: css
plugins: ['jekyll-twitter-plugin']
exclude:
- "*.branches"
- "*.class"
- "*.cpp"
- "*.csv"
- "*.fasta"
- "*.gz"
- "*.h"
- "*.hh"
- "*.ipynb"
- "*.jar"
- "*.java"
- "*.kml"
- "*.log"
- "*.mcc"
- "*.nb"
- "*.newick"
- "*.nex"
- "*.py"
- "*.R"
- "*.rb"
- "*.Rmd"
- "*.tiff"
- "*.tips"
- "*.trees"
- "*.tsv"
- "*.txt"
- "*.xml"
- "*.zip"
- "Gemfile"
- "Gemfile.lock"