-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path_config.yml
64 lines (57 loc) · 1.3 KB
/
_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
52
53
54
55
56
57
58
59
60
61
62
63
64
---
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- any_additional_item
- README.md
- CONTRIBUTING.md
- LICENSE
# Site settings
title: BIDS Apps
description: portable neuroimaging pipelines that understand BIDS datasets
url: https://bids-apps.neuroimaging.io/
baseurl: ''
# google_analytics: "UA-XXXXXX-X"
repo_url: https://github.com/bids-apps/bids-apps.github.io
author:
name: BIDS Apps contributors
twitter_username: bidsstandard
email: [email protected]
github_username: bids-standard
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
plugins:
- jekyll-paginate
- jekyll-redirect-from
# Defines buttons and links to the pages that will be displayed in the nav bar
# see _includes/header.html
# If the markdown document in the root of the repo is foo.md, then "src" must be "foo"
navigation:
- src: apps
name: Apps
- src: about
name: About
- src: tutorial
name: Tutorials
- src: dev_faq
name: Developer FAQ