forked from JLESC/jlesc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
118 lines (100 loc) · 2.26 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Site settings
title: Joint Laboratory on Extreme Scale Computing
email:
author: "JLESC Committee"
description: > # this means to ignore newlines until "baseurl:"
The Joint Laboratory for Extreme Scale Computing includes researchers from the French National
Institute for Research in Computer Science and Control (INRIA), the University of Illinois at
Urbana-Champaign’s Center for Extreme-Scale Computation, the National Center for Supercomputing
Applications, Argonne National Laboratory, Barcelona Supercomputing Center, Julich
Supercomputing Center and Riken/AICS.
The Joint Lab is part of Parallel@Illinois.
baseurl: ""
url: "https://jlesc.github.io"
logo: jlesc_logo.jpg
timezone: UTC
encoding: utf-8
exclude:
- bin/
- vendor/
- latex_out/
- travis_deploy_rsa.enc
- travis_deploy_rsa.pub
- .travis.yml
- Gemfile
- Gemfile.lock
- CONTRIBUTORS
- CONTRIBUTING.md
markdown: kramdown
gems:
- jekyll-assets
- jekyll-paginate
- jekyll-toc
- jekyll-feed
- jekyll-git_metadata
- jekyll/scholar
- jekyll-sitemap
paginate: 5
paginate_path: "/news/page:num/"
excerpt_separator: '<!--more-->'
defaults:
-
scope:
path: ''
values:
toc: true
# this is used for news posts
permalink: /news/:year/:month/:day/:slug/
assets:
compress:
css: true
js: true
cache: .asset-cache
prefix: '/assets'
assets:
- 'main.scss'
- 'main.js'
- '*.png'
- '*.jpg'
- '*.jpeg'
- '*.svg'
- '*.otf'
- '*.eot'
- '*.ttf'
- '*.woff'
- '*.woff2'
digest: true
features:
liquid: false
automatic_img_size: false
automatic_img_alt: false
collections:
events_upcoming:
output: true
permalink: /events/:title/
events_past:
output: true
permalink: /events/:title/
software:
output: true
permalink: /software/:title/
projects:
output: true
permalink: /projects/:title/
scholar:
bibtex_filters:
- latex
- markdown
style: chicago-author-date
locale: en
sort_by: year, authors
order: descending, ascending
source: ./_bibliography
bibliography: jlesc.bib
bibliography_template: reference
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"