-
Notifications
You must be signed in to change notification settings - Fork 104
/
_config.yml
105 lines (95 loc) · 2.22 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
title: FieldTrip toolbox
email: fieldtriptoolbox@gmail.com
description: FieldTrip - the toolbox for MEG, EEG and iEEG
logo: /assets/img/fieldtriplogo-high.png
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://www.fieldtriptoolbox.org" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: fieldtriptoolbx
github_username: fieldtrip
excerpt_separator: <!--more-->
# Build settings
sass:
sass_dir: ./assets/css
# see https://jekyllrb.com/docs/configuration/front-matter-defaults/
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
toc: true
-
scope:
path: ""
type: "posts"
values:
layout: "default"
toc: false
sitemap: false
-
scope:
path: "development/project"
type: "pages"
values:
sitemap: false
-
scope:
path: "development/meeting"
type: "pages"
values:
sitemap: false
-
scope:
path: "tag"
type: "pages"
values:
sitemap: false
-
scope:
path: "assets/**/*.pdf"
values:
sitemap: false
toc:
min_level: 2 # default: 1
max_level: 4 # default: 6
permalink: pretty
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter_opts:
default_lang: matlab
line_numbers: false
wrap: true
plugins:
- jekyll-last-modified-at
- jekyll-toc # https://github.com/toshimaru/jekyll-toc
- jekyll-sitemap # https://github.com/jekyll/jekyll-sitemap
- jekyll-redirect-from # https://blog.webjeda.com/jekyll-redirect/
- jekyll-seo-tag # https://github.com/jekyll/jekyll-seo-tag
# - premonition # https://github.com/lazee/premonition
exclude:
- README.md
- COPYING.md
- Gemfile*
# the following section can be commented out to speed up the build process for testing
# - assets/img/*
# - dataformat/*
# - development/*
# - error/*
# - example/*
# - faq/*
# - getting_started/*
# - tag/*
# - template/*
# - tutorial/*
# - video/*
# - workshop/*
keep_files:
- biositemap.rdf
- download.php
- google88883c5d6c57aca6.html
- jquery.layout+d3+dagre+dagre-d3.min.js
- pipeline.css
- pipeline.js
- tree-graph.png