forked from rssrobotics/rssrobotics.github.io
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
51 lines (43 loc) · 1.02 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
# Dependencies
kramdown:
input: GFM
highlighter: rouge
# Permalinks
permalink: pretty
# Setup
title: "Robotics: Science and Systems"
tagline: 'A Robotics Conference'
description: 'July 11th - 15th, 2019. Corvallis, OR USA.'
url:
baseurl:
include: ['_pages']
exclude: ['README.md', 'LICENSE.md', 'Gemfile', 'Gemfile.lock', '.travis.yml', 'vendor', 'GRTAGS', 'GPATH', 'GTAGS', 'deploy.sh']
author:
name: 'Wennie Tabib'
url: www.wtabib.com
gems: [jekyll-paginate]
paginate: 5
paginate_path: "blog/page:num"
# Custom vars
version: 2.1.0
github:
repo:
collections:
committees:
output: true
permalink: /committees/:path/
attending:
output: true
permalink: /attending/:path/
program:
output: true
permalink: /program/:path/
information:
output: true
permalink: /information/:path/
defaults:
-
scope:
path: ""
values:
priority: 0