-
Notifications
You must be signed in to change notification settings - Fork 534
/
_config.yml
48 lines (38 loc) · 1.76 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
#Setup ~~~
#Follow these 2 steps to set up your site.
#Step 1: give your study group a name and a short description,
#and choose a language from the options in the _data directory:
title: Our Study Group
description: "A study group."
language: en
#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!
titleBackground: "https://s3-us-west-2.amazonaws.com/webmaker-kits/learning%402x.jpg"
headlineSmall: "Welcome To Our Study Group!"
headlineMain: "Let's Work Together"
# Setup Google Calendar
# Usage:
# 1. create a new google account; set the calendar to 'public' (see https://support.google.com/calendar/answer/37083?hl=en on how to do this)
# 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: False
calendar_embed_url: "https://www.google.com/calendar/[email protected]"
calendar_ical_url: "https://www.google.com/calendar/ical/[email protected]/public/basic.ics"
#========================================
# 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