forked from mozillascience/studyGroup
-
Notifications
You must be signed in to change notification settings - Fork 124
/
_config.yml
61 lines (49 loc) · 1.96 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
#Setup ~~~
#Follow these 2 steps to set up your site.
exclude: [".Rproj.user"]
#Step 1: give your study group a name and a short description:
title: University of Toronto Coders
description: "We are a group of students and researchers dedicated to learning about and sharing scientific coding techniques and knowledge in an effort to improve scientific research."
#Step 2: press the green 'Commit Changes' button at the bottom of this page.
# That's it, your website is all set up!
# You can see it at https://YourUserName.github.io/studyGroup/
# No need to change anything below this line.
# To make your first event, check out the instructions at https://github.com/mozillascience/studyGroup#how-to-launch-a-new-event
# Having trouble? Open a new issue at https://github.com/mozillascience/studyGroup/issues and we'll help you out ASAP!
# Optional Configuration
# None of these things need to be changed - but feel free!
headlineSmall: "Welcome To The U of T Coders Group!"
headlineMain: "Let's Work Together"
avatar: "img/logos/logo_icon_dark.png"
# Setup Google Calendar
# Usage:
# 1. create a new google account; set the calendar to 'public'
# 2. change 'USER' in the example urls below to the username of the google account you made for your calendar
# 3. set calendar_on: True.
calendar_on: True
calendar_embed_url: "https://www.google.com/calendar/[email protected]"
calendar_ical_url: "https://www.google.com/calendar/ical/[email protected]/public/basic.ics"
# ===============================
# Categories for sorting lessons.
# ===============================
languages:
- python
- r
- git
- misc
levels:
- beginner
- intermediate
- advanced
#========================================
# No touching anything below this line :)
#========================================
# Color settings (hex-codes without the leading hash-tag)
color:
primary: fed136
secondary: fec503
secondary-dark: 333
# Build settings
markdown: kramdown
permalink: pretty
future: true