-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path_config.yml
85 lines (77 loc) · 1.53 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
baseurl: ''
key: osg # Use this for shared content
theme: jekyll-theme-minimal
title: OSG
description: A national, distributed computing partnership for data-intensive research
google_analytics: UA-69012-28
# Jekyll does not build hidden directories by default.
include:
- .well-known
- .nojekyll
exclude:
- _spotlights/images
defaults:
- scope:
path: ""
values:
layout: container
- scope:
path: "_about"
type: about
values:
layout: about
- scope:
path: "_news"
type: news
values:
layout: posts
- scope:
path: "_spotlights"
type: spotlights
values:
layout: posts
- scope:
path: "_events"
values:
layout: events
- scope:
type: "organization"
values:
layout: container
- scope:
type: "user_side_redirects"
values:
layout: redirect
- scope:
type: "community"
values:
layout: text-optimized-width
collections:
about:
permalink: /:collection/:path/
output: true
events:
permalink: /events/:path/
output: true
news:
permalink: /news/:year/:month/:day/:title.html
output: true
spotlights:
permalink: /spotlights/:title.html
output: true
services:
permalink: /services/:title.html
output: true
organization:
permalink: /organization/:path.html
output: true
user_side_redirects:
output: true
community:
output: true
permalink: /community/:path.html
sass:
style: compressed
plugins:
- jekyll-redirect-from
- jekyll-sitemap