-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
100 lines (83 loc) · 2.6 KB
/
_config.yml
File metadata and controls
100 lines (83 loc) · 2.6 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# -----------------------------------------------------------------------------
# Site settings
# -----------------------------------------------------------------------------
title: MCQLL
name: MCQLL
email: MCQLL-WEB@lists.mcgill.ca
description: > # this means to ignore newlines
Montréal Computational & Quantitative Linguistics Lab
footer_text:
url: # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/
last_updated: # leave blank if you don't want to display last updated
# -----------------------------------------------------------------------------
# Social integration
# -----------------------------------------------------------------------------
github_username: # your GitHub user name
twitter_username: # your Twitter handle
linkedin_username: # your LinkedIn user name
scholar_userid: # your Google Scholar ID
orcid_id: # your ORCID ID
contact_note:
google_analytics: # UA-XXXXXXXXX out your google-analytics code
# -----------------------------------------------------------------------------
# Collections
# -----------------------------------------------------------------------------
collections:
news:
defaults:
layout: post
output: true
permalink: /news/:path/
# projects:
# output: true
# permalink: /projects/:path/
resources:
output: true
permalink: /resources/:path/
people:
output: true
permalink: /people/:path/
future: true # <-- to automatically render future-dated posts
news_limit: 6
# -----------------------------------------------------------------------------
# Jekyll settings
# -----------------------------------------------------------------------------
# Build settings
markdown: kramdown
highlighter: rouge
# Includes & excludes
include: ['_pages']
exclude: [vendor]
# Plug-ins
plugins:
- jekyll-email-protect
# - jekyll-paginate
- jekyll/scholar
# Jekyll-Scholar
scholar:
style: apa
locale: en
sort_by: [year, month, day]
order: descending
group_by: year
group_order: descending
# type_names: { article: Papers }
source: /_bibliography
bibliography: default.bib
bibliography_template: bib # references file _layouts/bib.*
# bibtex_filters:
# - latex
# - markdown
replace_strings: true
join_strings: true
# details_dir: bibliography
# details_layout: bib-details.html
# details_link: details
query: "@*"
# -----------------------------------------------------------------------------
# Other settings
# -----------------------------------------------------------------------------
jquery_version: "1.12.4"
katex_version: "0.9.0"
anchorjs_version: "3.2.2"