-
Notifications
You must be signed in to change notification settings - Fork 23
/
_config.yml
53 lines (42 loc) · 889 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
46
47
48
49
50
51
52
53
#
# Common configuration for each firstwiki repo
#
permalink: pretty
exclude: [vendor, script]
gems:
- jekyll-gist
- jekyll-paginate
- jekyll-github-metadata
author:
name: FIRSTWiki Contributors
url: https://firstwiki.github.io
email:
# Setup
title: FIRSTwiki
tagline: The FIRST Robotics encyclopedia
paginate: 5
safe: false
excerpt_separator: ""
strict_front_matter: true
data_dir: _common/_data
includes_dir: _common/_includes
layouts_dir: _common/_layouts
#
# Begin specific configuration for this repo
#
url: https://firstwiki.github.io
baseurl: /frc3000
collections:
frc:
output: true
permalink: /:slug
src:
output: true
permalink: /:slug
defaults:
-
scope:
path: ""
type: "frc"
values:
layout: team