-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
executable file
·57 lines (44 loc) · 1.01 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
baseurl: ''
exclude: ['README.md']
permalink: pretty
title: 'ISARIC 4C'
google_analytics_id: 'UA-177150860-1'
homepage:
show_call_box: false
logo:
mobile: "img/logo/logo_mini.svg"
desktop: "img/logo/logo_mini.svg"
desktop_height: "36px"
footer:
copyright_text: 'ISARIC 4C'
seo:
meta_og_title: "ISARIC 4C"
meta_og_type: "website"
meta_og_url: "https://isaric4c.net"
meta_og_image: "https://isaric4c.net/img/logo/isaric4c-logo.png"
meta_og_description: "ISARIC 4C."
meta_twitter_card: "summary"
meta_twitter_site: "@CCPUKstudy"
meta_twitter_creator: "@CCPUKstudy"
collections:
outputs:
output: true
permalink: /outputs/:path/
team:
output: true
permalink: /team/:path/
defaults:
- scope:
type: outputs
values:
layout: output
bodyClass: page-outputs-single
- scope:
path: 'img'
values:
image: true
sass:
style: compact # possible values: nested expanded compact compressed
plugins:
- jekyll-environment-variables
destination: _site