forked from y7kim/agency-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
56 lines (41 loc) · 1.12 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
url:
baseurl:
# Site settings
title: UW Mode Lab
email:
description: "Emily B. Fox and Carlos Guestrin's research group at the University of Washington."
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: github
url: http://github.com/uw-mode/
- title: github-alt
url: http://github.com/dynamode/
# Postal address (add as many lines as necessary)
#address:
# - line:
# - line:
# Build settings
markdown: kramdown
permalink: pretty
gems:
- jekyll-sitemap
- jekyll/scholar
# Jekyll Scholar Bibtex Formatting
scholar:
style: apa
locale: en
sort_by: year, booktitle, author
order: descending, descending, ascending
source: ./_data
bibliography: publications.bib
bibliography_template: bib
replace_strings: true
join_strings: true
# details_dir: bibliography
# details_layout: bib_details.html
# details_link: " Details"
query: "@*"
repository: ./pdf
# Include/Exclude
include:
exclude: ["Rakefile", "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "build.sh","deploy-to-master.sh"]