-
Notifications
You must be signed in to change notification settings - Fork 32
/
_config.yml
57 lines (49 loc) · 1.23 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
# Site settings
title: "Rutgers - USACS"
header_title: "RUniteCS"
landing_title: "Undergraduate Student Alliance of Computer Scientists"
email: [email protected]
webmaster: Alexander Goodkind
description: "A volunteer outreach program to spark interest in computer science in middle school students"
baseurl: "" # no trailing slash !
url: "https://usacs.rutgers.edu"
date_format: "%-d.%m.%Y"
include: ['_pages']
collections:
pages:
output: true
permalink: /:path
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
published: true
order: 99
# Google services
google_analytics: "UA-124239918-1"
google_verification: ""
google_api_key: AIzaSyCKTQCRrJRfa70zK179sz1gvz0OXhCYvYM
mentors_spreadsheet_id: 1uBLzF5vNk3zsBQo3uC2VkAlDoTI4JOgM_26YA-ucLY8
# Facebook
facebook_app_id: ""
# Social
github_username: usacs
bitbucket_username:
stackoverflow_id:
twitter_username: rutgers_usacs
google_plus_id:
linkedin_username:
facebook_username: rutgers.usacs
angellist_username:
medium_id:
bitcoin_url:
paypal_url:
flattr_button:
instagram_username: rutgers_usacs
# Build settings
markdown: kramdown
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']