forked from frc1418/frc1418.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
30 lines (29 loc) · 665 Bytes
/
_config.yml
File metadata and controls
30 lines (29 loc) · 665 Bytes
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
title: Team 1418
email: robotics1418@gmail.com
description: A FIRST Robotics team in Falls Church, VA.
baseurl: "" # Don't change this, this refers to the site's relative path, like /blog.
url: "https://1418.team"
twitter_username: Robotics1418
github_username: frc1418
youtube_username: Robotics1418
instagram_username: 1418roboticsmhs
facebook_username: robotics1418
# Build settings
sass:
style: compressed
exclude:
- README.md
- LICENSE.md
- CNAME
- Gemfile
- Gemfile.lock
- package.json
- vendor
- vendor/cache
- ruby
- .bundle
include:
- _pages
plugins:
- octopress-autoprefixer
- jekyll-redirect-from