forked from reichlab/reichlab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (34 loc) · 759 Bytes
/
Copy path_config.yml
File metadata and controls
36 lines (34 loc) · 759 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
title: "Nicholas Reich: Biostatistics and Infectious Disease Epidemiology"
description: "Reich Lab @ UMassAmherst"
author: "Nicholas Reich"
baseurl: ""
url: "http://reichlab.io/"
twitter_username: reichlab
github_username: reichlab
source_url: "https://github.com/reichlab/reichlab.github.io"
# Build settings
markdown: kramdown
sass:
compressed: true
exclude:
- Gemfile
- Gemfile.lock
- vendor
- README.md
- build.sh
- Rakefile
- deploy_key.enc
paginate: 5
paginate_path: "/blog/page:num/"
excerpt_separator: <!--more-->
gems:
- jekyll-paginate
defaults:
- scope:
path: "blog/_posts"
values:
permalink: /:year/:month/:day/:title.html
- scope:
path: "talks/_posts"
values:
permalink: /talks/:title.html