-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
executable file
·70 lines (62 loc) · 1.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
baseurl: "/"
permalink: /:categories/:year/:month/:day/:title
url: "https://www.4c-multiphysics.org" # the base hostname & protocol for your site
title: '4C'
logo:
mobile: "images/logo/4c-logo-mobile.svg"
mobile_height: "32px"
mobile_width: "32px"
desktop: "images/logo/4c-logo.svg"
desktop_height: "100px"
desktop_width: "100px"
banner: "/images/illustrations/fiber-fluidflow2.jpg"
collections:
capabilities:
output: true
community:
output: true
associated:
output: true
defaults:
- scope:
path: ""
type: "capabilities"
values:
layout: "capability"
- scope:
path: ""
type: "community"
values:
layout: "contributor"
- scope:
path: ""
type: "associated"
values:
layout: "associate"
sass:
indentWidth: 4
style: compressed # possible values: nested expanded compact compressed
precision: 10
plugins:
- jekyll-environment-variables
scholar:
style: apa
locale: en
sort_by: author
order: ascending
group_by: year
group_order: descending
source: ./_bibliography
# Build settings
markdown: kramdown
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE.md
- LICENSE
- README.md