-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
60 lines (53 loc) · 1.52 KB
/
_config.yml
File metadata and controls
60 lines (53 loc) · 1.52 KB
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
# Site settings #
#################
title: Team Paradox 2102
shortname: Team Paradox 2102
description: Team Paradox 2102 First Robotics Team Based in San Dieguito Academy
keywords: FRC, Robotics, TeamParadox, 2102, SDA, San Dieguito Academy, First
#Site URL
url: "http://sdarobotics.org"
#Site EMAIL
email: "paradox@sdarobotics.org"
#Site TWITTER
twitter: "https://twitter.com/paradox2102"
#Site FACEBOOK
facebook: "https://www.facebook.com/pages/FIRST-Robotics-Team-Paradox-2102/423421971073228"
#Site YOUTUBE
youtube: "https://www.youtube.com/channel/UCLMasSMNnBn-Zzw4OL5usEw"
#Site FIRST
firstrobotics: "http://www.firstinspires.org/"
#Site BLUEALLIANCE
bluealliance: "http://www.thebluealliance.com/team/2102"
#Site SCHOOL
sda: "http://sd.sduhsd.net/"
#Site Github
github: "https://github.com/paradox2102/"
# Jekyll-SEO-TAG settings #
###########################
logo: /resources/img/logos/paraodx_logo_2016.png
social:
type: organization
links:
- "https://www.facebook.com/FIRST-Robotics-Team-Paradox-2102-423421971073228/"
- "https://twitter.com/paradox2102"
- "https://www.youtube.com/channel/UCLMasSMNnBn-Zzw4OL5usEw"
# Development settings #
########################
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge
exclude: [vendor, Gemfile, Gemfile.lock, Guardfile, README.md, TUTORIAL.md, CNAME]
compress_html:
clippings: all
comments: all
endings: all
profile: false
ignore:
envs: [development]
sass:
style: compressed
gems:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-seo-tag