-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy path_config.yml
46 lines (35 loc) · 950 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
# Site settings
title: ReScience C
# email: [email protected]
description: Reproducible Science is good.<br/>
Replicated Science is better.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://rescience.github.io" # the base hostname & protocol for your site
twitter_username: ReScienceEds
github_username: ReScience
# Build settings
markdown: kramdown
# Exclude:
exclude: ["README.md"]
# Jekyll scholar
plugins: ['jekyll/scholar']
scholar:
style: acm-siggraph
locale: en
sort_by: year, month
order: descending, descending
# group_by: date
# group_order: ascending
source: ./_bibliography
bibliography: published.bib
bibliography_template: bib
replace_strings: true
join_strings: true
use_raw_bibtex_entry: true
bibtex_filters:
- superscript
- latex
details_dir: bibliography
details_layout: bibtex.html
details_link: ""
query: "@*"