-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (38 loc) · 933 Bytes
/
_config.yml
File metadata and controls
52 lines (38 loc) · 933 Bytes
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
# Site settings
title: Stanford LangCog Lab
email: bsparks@stanford.edu
description: >
Stanford Language and Cognition Lab
(affectionately called LangCog Lab)
url: https://langcog.stanford.edu
repository: langcog/website
github_username: bsparks98
gems: ['jekyll/scholar']
# Build settings
markdown: kramdown
max_year: 2022 #the most recent year with papers published
# i should figure out how to automate that...
exclude:
- "files"
- "wikiuploads"
- "ignore"
exclude: [vendor]
keep_files:
- "files"
- "wikiuploads"
# for BibTeX
scholar:
style: apa
locale: en
sort_by: year
order: descending
bibliography_list_tag: ul
source: ./_bibliography
bibliography: citations
bibliography_template: <p>{{reference}} {{entry.annote}}</p>
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: "[Abstract/BibTeX]"
query: "@*"