-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
86 lines (81 loc) · 1.98 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
# Site settings
title: "Knickerbocker Motorsports"
email: "contact@columbiafsae.org"
description: "Columbia University’s Formula SAE team. We build racecars."
baseurl: ""
url: "http://columbiafsae.org"
assets: "/assets"
# Build settings
markdown: kramdown
permalink: /:year/:month/:day/:title/
# Navigation bar links
navlinks:
- title: "Home"
url: "/"
- title: "Cars"
url: "/cars/2014/"
- title: "Team"
url: "/team/"
- title: "Gallery"
url: "/gallery/2015/"
- title: "Blog"
url: "/blog/"
- title: "Sponsors"
url: "/sponsors/"
- title: "Contact"
url: "/contact/"
# Theme
# A good source for color palettes is Columbia's brand guidelines:
# http://www.columbia.edu/files/columbia/content/color-palettes.pdf
colors:
text: "#333"
background: "white"
tint: "#0067ac"
pastel: "#ddf1f7"
shading: "#86b2d2"
subdued: "#888"
highlight: "#ffff99"
red: "#ff3b30"
orange: "#ff9500"
yellow: "#ffcc00"
green: "#4cd964"
blue_lt: "#5ac8fa"
blue_dk: "#007aff"
# Galleries
mini_magick:
2015:
source: assets/galleries/2015
destination: assets/galleries/2015/thumbs
resize: "x300"
2014:
source: assets/galleries/2014
destination: assets/galleries/2014/thumbs
resize: "x300"
2013:
source: assets/galleries/2013
destination: assets/galleries/2013/thumbs
resize: "x300"
2012:
source: assets/galleries/2012
destination: assets/galleries/2012/thumbs
resize: "x300"
2011:
source: assets/galleries/2011
destination: assets/galleries/2011/thumbs
resize: "x300"
2010:
source: assets/galleries/2010
destination: assets/galleries/2010/thumbs
resize: "x300"
2009:
source: assets/galleries/2009
destination: assets/galleries/2009/thumbs
resize: "x300"
2008:
source: assets/galleries/2008
destination: assets/galleries/2008/thumbs
resize: "x300"
before2008:
source: assets/galleries/before2008
destination: assets/galleries/before2008/thumbs
resize: "x300"