forked from bids-standard/bids-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (43 loc) · 816 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
46
47
48
49
50
51
title: Brain Imaging Data Structure
description: A simple and intuitive way to organize and describe your neuroimaging and behavioral data.
theme: jekyll-theme-cayman
url: "https://bids.neuroimaging.io"
baseurl: "/"
show_menu: true
show_footer: false
google_analytics: false
excerpt_separator: <!--more-->
collections:
pages:
output: true
permalink: /:path
bep_collection:
output: true
permalink: /:name
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
toc: true
-
scope:
path: ""
type: "posts"
values:
layout: "default"
toc: false
plugins:
- jekyll-redirect-from
include:
- _pages
- _posts
exclude:
- script
- docs
- old_website
- README.md
- Gemfile*
- jekyll-theme-cayman.gemspec