-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (42 loc) · 832 Bytes
/
_config.yml
File metadata and controls
52 lines (42 loc) · 832 Bytes
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
title: UGTCS
email:
description: >
We are a group of students building a community to foster interest in theoretical computer science among undergraduates.
permalink: ':title/'
baseurl: ""
url: ""
# members
collections:
members:
reading-groups:
output: true
sort_by: sem
# excerpt_separator: <!--more-->
# Contact links
email: gabrielchen@berkeley.edu
phone:
website: gabriel-chen.github.io
linkedin:
github: gabriel-chen
twitter:
facebook:
instagram: gabriel.c.gabriel
pinterest:
# Newsletter
mailchimp:
# Disqus
discus_identifier:
# Tracker
analytics:
# Paginate
paginate: 6
paginate_path: /page:num/
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap
- jekyll-feed
include: [_pages]
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]