-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_config.yml
More file actions
64 lines (56 loc) · 1.42 KB
/
_config.yml
File metadata and controls
64 lines (56 loc) · 1.42 KB
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
# Site settings
title: Ben Cipollini
tagline: Data science for change.
baseurl: ''
url: # the base hostname & protocol for your site
plugins: [jekyll-paginate]
# Contact settings
email: bcipollini@classy.org
twitter_username: mrquickowl
tumblr_username: mrquickowl
github_username: bcipolli
linkedin_url: https://www.linkedin.com/in/dr-ben-cipollini-217709b
facebook_username: bcipolli
researchgate_username: Ben_Cipollini
redbubble_username: quickowl
googlescholar_url: https://scholar.google.com/citations?user=US7qORoAAAAJ
googleplus_url: https://plus.google.com/+BenCipolliniSD
resources_baseurl: http://cseweb.ucsd.edu/~bcipolli/
# Build settings
markdown: kramdown
highlighter: rouge
# Pagination
paginate: 5
paginate_path: "/academia/publications/page:num"
# blog, code, pubs, projects, mentoring, about,
collections:
academic-projects:
output: true
permalink: /academia/projects/:path/
news:
output: true
permalink: /academia/news/:path/
academic-publication-types:
output: true
permalink: /academia/publications/:path/
defaults:
- scope:
type: news
values:
layout: post
document-class: news
- scope:
type: projects
values:
layout: project
document-class: projects
- scope:
type: posts
values:
layout: post
document-class: blog
- scope:
type: publications
values:
layout: publications-list
document-class: projects