-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
119 lines (118 loc) · 2.17 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
---
title: Purdue ARC Wiki
timezone: UTC
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
wiki:
title: Wiki
output: true
permalink: "/:name"
defaults:
- scope:
path: ''
values:
layout: article
pageview: false
sidebar:
nav: wiki
license: false
aside:
toc: true
show_edit_on_github: true
show_date: true
lightbox: true
text_skin: ocean
highlight_theme: default
url:
baseurl:
description: 'Learn about the robotics projects that we build at Purdue ARC!
'
lang:
author:
type: organization
name: Purdue ARC
url: www.purduearc.com
avatar:
bio: The Autonomous Robotics Club of Purdue was created to grow the skills and abilities
of its members through design projects centered around advanced autonomous robotics
systems. It provides hands-on, real world experience to interdisciplinary teams
using industry standard tools and practices.
email: [email protected]
twitter: PurdueRobotClub
github: purdue-arc
repository: purdue-arc/wiki
repository_tree: master
paths:
root:
home:
wiki:
rss:
excerpt_separator: "<!--more-->"
license: CC-BY-NC-4.0
toc:
selectors:
mathjax: true
mathjax_autoNumber:
mermaid: true
chart: true
paginate: 8
paginate_path: "/page:num"
sources:
sharing:
provider: false
addthis:
id:
comments:
provider: gitalk
gitalk:
clientID: bd0f29091842158ea699
clientSecret: 6406f50dbe27c3da0c7eaa27f0f3d93c4ce70f5d
repository: wiki
owner: purdue-arc
admin:
- raghavauppuluri13
- hmccarty
- jrbaxter0
pageview:
provider: false
leancloud:
app_id:
app_key:
app_class:
search:
provider: default
google:
custom_search_engine_id:
analytics:
provider: google
google:
tracking_id: UA-199808191-1
anonymize_ip: false
markdown: kramdown
highlighter: rouge
permalink: date
exclude:
- CHANGELOG.md
- HOW_TO_RELEASE.md
- Gemfile
- Gemfile.lock
- LICENSE
- README-*.md
- README.md
- gulpfile.js
- jekyll-text-theme.gemspec
- package-lock.json
- package.json
- "/node_modules"
- "/vendor"
collections_dir: wiki
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jemoji