-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
64 lines (57 loc) · 1.39 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
title: "maxulysse.github.io"
description: "Interested in Bioinformatics, Reproducible Research, Automation, Data Integration and Visualization..."
baseurl: ""
url: "https://maxulysse.github.io"
words_per_minute : 160
logo:
path: "/assets/img/favicons/android-chrome-192x192.png"
width: 192
height: 192
markdown: kramdown
highlighter: rouge
paginate: 6
permalink: pretty
theme: jekyll-theme-minimal
sass:
sass_dir: _sass
style: compact
plugins:
- jekyll-feed
- jekyll-include-cache
- jekyll-minifier
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
include:
- "_pages"
exclude:
- "_posts/*/slides.md"
- [vendor]
- "LICENSE"
- "README.md"
- "assets/reveal.js/test"
- "assets/reveal.js/*.json"
- "assets/reveal.js/*.md"
- "assets/reveal.js/*.html"
- "assets/reveal.js/gruntfile.js"
- "assets/reveal.js/LICENSE"
- "assets/mycv/.*"
- "assets/mycv/*.md"
- "assets/mycv/*.tex"
- "assets/mycv/*20*.pdf"
- "assets/mycv/biblio.bib"
- "assets/mycv/LICENSE"
- "assets/mycv/pictures/"
- "assets/mycv/scripts/"
- "assets/courses/.*"
- "assets/courses/*.md"
- "assets/courses/*.tex"
- "assets/courses/LICENSE"
- "assets/courses/pictures/"
- "assets/presentations/.*"
- "assets/presentations/*.md"
- "assets/presentations/*.tex"
- "assets/presentations/LICENSE"
- "assets/presentations/pictures/"
- "assets/presentations/scripts/"
- "scripts"