-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
47 lines (35 loc) · 1.09 KB
/
_config.yml
File metadata and controls
47 lines (35 loc) · 1.09 KB
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
# config for personal page on github
# destination: /Users/mapq/Development/mapq.github.io/_site
# Pass the destination from the shell command so that
# we can conditionally point to the right directory
# depending on which computer we are using
# --destination ~/Development/mapq.github.io/_site
title: Dr. Manuel A. Pérez Quiñones
email: perez.quinones@charlotte.edu
url: "https://mapq.github.io"
# Handling Reading
safe : false
include : [".htaccess"]
exclude : ["bin", "upload.command", "_documentation"]
keep_files : [".git", ".svn"]
encoding : "utf-8"
markdown_ext : "markdown,mkdown,mkdn,mkd,md,txt"
strict_front_matter : false
gems: ['jekyll/scholar']
scholar:
style: apa
locale: en
sort_by: none
order: ascending
group_by: none
group_order: ascending
source: ./_bibliography
bibliography: references.bib
bibliography_template: ""
replace_strings: true
join_strings: true
use_raw_bibtex_entry: false
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"