forked from bids-apps/bids-apps.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
39 lines (34 loc) · 1021 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
# Site settings
title: BIDS Apps
description: 'portable neuroimaging pipelines that understand BIDS datasets'
url: 'http://bids-apps.neuroimaging.io/'
baseurl: '/'
# google_analytics: 'UA-XXXXXX-X'
disqus_shortname: 'bids-apps'
author:
name: 'Chris Gorgolewski'
#github_username: BIDS-Apps
defaults:
-
scope:
path: ''
type: 'posts'
values:
layout: 'post'
# Build settings
destination: _site
paginate: 10
permalink: /:year/:title/
markdown: kramdown
highlighter: rouge
kramdown:
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
gems: ['jekyll-paginate']
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'screenshot.png']
apps: ['example', 'freesurfer', 'ndmg', 'BROCCOLI', 'FibreDensityAndCrosssection', 'SPM',
'mriqc', 'QAP', 'CPAC', 'hyperalignment', 'mindboggle', 'MRtrix3_connectome',
'rs_signal_extract', 'aa', 'niak', 'oppni', 'fmriprep', 'brainiak-srm',
'nipypelines', 'HCPPipelines', 'MAGeTbrain', 'tracula', 'baracus']