-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path_config.yml
More file actions
92 lines (79 loc) · 1.69 KB
/
_config.yml
File metadata and controls
92 lines (79 loc) · 1.69 KB
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
baseurl: ''
exclude: [vendor, deploy_key.enc, TEMPLATE.shtml, archive_html, dev_website]
key: chtc
#SEO
title: CHTC
tagline: Center for High Throughput Computing
description: UW-Madison team established to bring the power of High Throughput Computing to all fields of research.
url: https://chtc.cs.wisc.edu
twitter:
username: chtc_uw
card: summary
# Google analytics
google_analytics:
# Jekyll does not build hidden directories by default.
include:
- ".well-known"
- ".htaccess"
- ".gitignore"
- "icecube/.well-known"
- "nsdf/.well-known"
- "uwdf/researchdrive/.well-known"
exclude:
- _events/images
- _events/README.md
- _presentations/images
- _presentations/README.md
markdown_ext : "md,shtml"
highlighter: none
future: true
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
path: ""
type: "news"
values:
layout: news-page
permalink: :title.html
- scope:
type: events_legacy
values:
layout: events
- scope:
type: events
values:
layout: events_modern
- scope:
type: redirects
values:
layout: redirect
- scope:
type: presentations
values:
layout: presentations
collections:
news:
permalink: /news/:path/
output: true
events_legacy:
output: true
permalink: /events/:year/:month/:title
events:
output: true
permalink: /events/:year/:month/:day/:title
redirects:
output: true
uw-research-computing:
permalink: /uw-research-computing/:path
output: true
presentations:
output: true
permalink: /presentations/:year/:month/:day/:title
sass:
style: compressed
plugins:
- jekyll-redirect-from
- jekyll-seo-tag