-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
50 lines (44 loc) · 928 Bytes
/
_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
baseurl: /lovelace
title: THEORETICAL MODELING
author: Mark Blokpoel and Iris van Rooij
simple_search: http://google.com/search
description: for cognitive science and psychology
name: tufte
markdown: kramdown
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
permalink: /:collection/:name
timezone: Europe/Amsterdam
excerpt_separator: <!--more--> # you can specify your own separator, of course.
exclude:
- 'Gemfile'
- 'Gemfile.lock'
- 'Rakefile'
- 'UploadToGithub.Rakefile'
- 'README.md'
- '*.sh'
- 'content/_part_iv'
- 'content/part4.md'
plugins:
- jekyll/scholar
- jekyll-youtube
scholar:
style: apa
sort_by: author
scalafiddle:
theme: light
collections_dir: content
collections:
part_i:
sort_by: chapter
output: true
part_ii:
sort_by: chapter
output: true
part_iii:
sort_by: chapter
output: true
part_iv:
sort_by: chapter
output: true
git:
branch: master