-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
90 lines (72 loc) · 1.94 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
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
name: squaresLab@CMU cite
permalink: /blog/:year/:month/:day/:title
title: squaresLab@CMU
description: "Software QUality in Real and Evolving Systems Lab at Carnegie
Mellon University"
baseurl: ""
url: "https://squareslab.github.io"
# Settings for deploy rake task
# Username and repo of Github repo, e.g.
# https://github.com/USERNAME/REPO.git
# username defaults to ENV['GIT_NAME'] used by Travis
# repo defaults to USERNAME.github.io
# Branch defaults to "source" for USERNAME.github.io
# or "master" otherwise
username: clegoues
repo: https://github.com/squaresLab/squaresLab.github.io.git
branch: update
github: [metadata]
# Build settings
markdown: kramdown
permalink: /:categories/:title
colors: #in hex code if not noted else
primary: "#DC2624" #"#00b3fe" #"#F70031"
primary_rgb: "220,38,36" #"0,179,254" #"247,0,49"
secondary: "#384452" #"#33004D"
link: "#96302E" #"#384452" #"#428bca"
link_hover: "#DC2624" #"#01b2fe"
footer_heading: "#ffffff"
footer_content: "#bfc9d3"
# Making projects separate from posts
collections:
projects:
output: true
permalink: /projects/:title/
questions:
output: true
permalink: /questions/:title/
plugins: ['jekyll/scholar']
# Custom vars
scholar:
style: bib.csl
locale: en
sort_by: year, month
order: descending
group_order: descending
source: ./_bibliography
bibliography: publications.bib
bibliography_template: bib
bibliography_list_tag: 'div'
bibliography_item_tag: 'span'
bibliography_list_attributes:
reversed: "reversed"
replace_strings: true
join_strings: true
bibtex_skip_fields: ['abstract', 'code', 'data', 'month_numeric', 'project', 'tool', 'results']
repository: materials
#details_dir: bibliography
#details_layout: bibtex.html
#details_link: Details
query: "@*"
#safe: false
#lsi: false
#pygments: true
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- "*.Rmd"
- vendor
- .travis.yml