-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·61 lines (48 loc) · 1.24 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
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
# Setup
title: Poole
tagline: The Jekyll Butler
url: http://getpoole.com
paginate: 1
baseurl: ""
repository: _repository
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Mark Otto
url: https://twitter.com/mdo
email: [email protected]
# Custom vars
version: 2.0.0
github:
repo: https://github.com/poole/poole
pages_list:
About: '/about'
Archive: '/archive'
Feed: '/atom.xml'
gems: [jekyll-paginate, jekyll-gist]
paginate: 5
paginate_path: "page:num"
scholar:
style: apa
locale: en
sort_by: none
order: ascending
repository: 'repository'
source: '_bibliography'
bibliography: bibliography.bib
bibliography_template: <abbr>[{{key}}]</abbr>{{reference}} [<a href="{{links.pdf}}">Supporting Materials</a>]
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"