-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (43 loc) · 1.07 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
# Where should jekyll serve the site locally?
port: 4000
# Where should jekyll put the site?
baseurl: /
# How should jekyll create permalinks?
permalink: /blog/:title
# Where should find the site source?
source: .
# Where should jekyll put the site?
destination: ./_site
# Use Jekyll Scholar to make bibs easier.
plugins: ['jekyll/scholar']
# Where jekyll looks for plugins.
plugins_dir: ./_plugins
# Where jekyll looks for page layouts.
layouts: ./_layouts
# Don't run in safe mode.
safe: false
# Don't publish posts with a future date.
future: false
# Don't create a related posts index.
lsi: false
# Use kramdown (what a surprise.).
markdown: kramdown
# Configure Jekyll Scholar:
scholar:
# Sort by year
style: ./apa-jsr.csl
sort_by: index
order: descending
bibliography_template: bib
bibliography_item_attributes: {
class: bibitem
}
bibtex_skip_fields:
- abstract
- keywords
- index
- author+an
- url
repository: files
bibtex_filters:
- latex