forked from BagleyLab/bagleylab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (40 loc) · 944 Bytes
/
_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
name: "Bagley Lab"
description: "This is the official web page for the Justin C. Bagley Lab at JSU."
url: "http://bagleylab.com"
paginate: 5
plugins: [jekyll-paginate]
paginate_path: "news/page:num"
permalink: pretty
markdown: kramdown
kramdown:
parse_block_html: true
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
collections:
affiliates:
output: true
members:
output: true
publications:
output: true
reviews:
output: true
alumni:
output: true
sep:
output: true
visitors:
output: true
undergrads:
output: true
pets:
output: true