forked from path-cc/path-cc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·58 lines (52 loc) · 1.65 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
baseurl: ''
exclude: ['README.md']
permalink: pretty
title: 'PATh'
google_analytics_id: null
homepage:
show_alert: true
show_call_box: true
logo:
mobile: "images/logo/logo.png"
desktop: "images/logo/logo.png"
desktop_height: "36px"
footer:
copyright_text: 'This project is supported by National Science Foundation under Cooperative Agreement OAC-2030508. Any opinions, findings, conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the National Science Foundation.'
seo:
meta_og_title: "Partnership to Advance Throughput Computing"
meta_og_type: "website"
meta_og_url: "https://path-cc.io"
meta_og_description: "PATh brings together the Center for High Throughput Computing and the Open Science Grid in order to advance the nation’s campuses and science communities through the use of distributed High Throughput Computing."
meta_og_image: "https://path-cc.io/images/logo/logo-og.png"
meta_twitter_card: "summary"
meta_twitter_site: "PATh"
meta_twitter_image: "https://path-cc.io/images/logo/logo-twitter.png"
collections:
services:
output: true
permalink: /services/:path/
team:
output: true
permalink: /team/:path/
news:
output: true
permalink: /news/:path/
defaults:
- scope:
type: services
values:
layout: service
bodyClass: page-services-single
- scope:
type: news
values:
layout: news
bodyClass: page-news-single
- scope:
path: 'images'
values:
image: true
sass:
style: compact # possible values: nested expanded compact compressed
plugins:
- jekyll-environment-variables