-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
43 lines (36 loc) · 1 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
# ----------------------- #
# Main Configs #
# ----------------------- #
url: http://brainiak.org
title: Brain Imaging Analysis Kit
email: dsuo@cs.princeton.edu
author: Daniel Suo
description: The Brain Imaging Analysis Kit is a package of Python modules useful for neuroscience, primarily focused on functional Magnetic Resonance Imaging (fMRI) analysis.
copyright: 'Copyright © 2017 Intel Corporation and Princeton University. All Rights Reserved.'
google_analytics: UA-107810401-1
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
# Build settings
markdown: kramdown
permalink: pretty
include: ["_static", "_source"]
keep_files: ["docs"]
exclude:
- Gemfile
- Gemfile.lock
- bin
- .gitignore
- README.md
- package.json
- package-lock.json
plugins:
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
# ----------------------- #
# 3rd Party Settings #
# ----------------------- #
social:
- title: github
url: https://github.com/brainiak/brainiak