-
Notifications
You must be signed in to change notification settings - Fork 14
/
_config.yml
80 lines (66 loc) · 1.93 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
# PERSONALIZATION
# Site variables
name: Events Landing Page
logo: assets/img/logo.png
original_repo: https://github.com/casassg/events-landing
description: Find all of your organizations events in one place.
# ga: UA-109088240-1
domain: gerard.space/events-landing/
# Style variables
accent_color: "#22b573"
events_overlay_color: "#2697FF"
background_color: "#FAFAFA"
footer_text_color: "#666666"
events_bg_img: assets/img/people.jpg
# START THEME 2
# accent_color: "#AA401B"
# events_overlay_color: "#225E50"
# END THEME 2
# START THEME 3
# accent_color: "#FF5722"
# events_overlay_color: "#2697FF"
# END THEME 3
# START THEME 4
# accent_color: "#FF5252"
# events_overlay_color: "#2697FF"
# END THEME 4
# START WINTER THEME
accent_color: "#165E33"
events_overlay_color: "#AA504A"
# END WINTER THEME
# Author variables
author: Gerard Casas
author-description: "This is a student organization at a certain university who brings together
people for our annual technology and design events, event1 and event2. We are the largest event around.
Our mission is to foster learning, designing, and building in order to turn student's ideas into a reality!"
email: [email protected]
# Social media + community variables
twitter: casassaez
# fb: hackcu
fb-community: hackcu
slack-signup: https://slack.hackcu.org
instagram: casassg
github-org: hackcu
# TIMEZONE
# Needs to be string from: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: America/Denver
# Based on: http://erics-notes.blogspot.com/2013/05/fixing-ics-time-zone.html
ical_timezone: |-
BEGIN:DAYLIGHT
TZOFFSETFROM:-0700
TZOFFSETTO:-0600
TZNAME:MDT
DTSTART:19700308T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0600
TZOFFSETTO:-0700
TZNAME:MST
DTSTART:19701101T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
# Internal configuration
sass:
sass_dir: assets/_sass
style: compressed