-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (36 loc) · 946 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
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: pretty
# Site Config
title: solstat
tagline: 'Sunday Statistics'
description: 'Just another weekend statistics club.'
url:
baseurl: /
paginate: 5
# Custom Jekyll Gems
gems:
- jekyll-sitemap # For generating a sitemap (for webcrawlers)
- jekyll/scholar # For bibtex
- jekyll-paginate # For blog
# Jekyll Scholar Bibtex Formatting
scholar:
style: apa
locale: en
sort_by: year
order: descending
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
# Exclude from site build
exclude: ["Gemfile", "Gemfile.lock",
"README.md", "build.sh", "deploy-to-master.sh", "Rakefile"]