forked from fieldtrip/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
95 lines (85 loc) · 1.94 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
title: FieldTrip toolbox
email: [email protected]
description: FieldTrip - the toolbox for MEG, EEG and iEEG
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
toc:
min_level: 2 # default: 1
max_level: 4 # default: 6
permalink: pretty
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter_opts:
default_lang: matlab
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/
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/*
# - example/*
# - faq/*
# - getting_started/*
# - reference/*
# - template/*
# - tag/*
# - 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