-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
76 lines (53 loc) · 1.16 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
title: Antoine Broyelle
description: Antoine Broyelle - Personnal Blog
url: https://antoinebrl.github.io/
baseurl: ""
paginate_path: blog/page:num/
permalink: blog/:title/
markdown: kramdown
highlighter: rouge
plugins: [jekyll-paginate, jekyll-toc]
paginate: 10
exclude: [node_modules, .bundle, .vendor, vendor, .sass-cache, .idea, .git, .github]
# includes_dir:
# - "_includes"
# - "_external"
navigation:
- title: Home
url: /index.html
# - title: Contact
# url: /contact
collections:
external:
output: true
# permalink: /:collection/:path/
social:
github: antoinebrl
twitter: antbrl
# facebook: brianmaierjr
# email: [email protected]
sass:
style: compressed
# google_analytics: "UA-58263416-1"
defaults:
- scope:
path: "p"
type: "posts"
values:
layout: "post"
scholar:
style: apa
locale: en
sort_by: none
order: ascending
group_by: none
group_order: ascending
source: _bibliography
bibliography_template: ""
replace_strings: true
join_strings: true
use_raw_bibtex_entry: false
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"