-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path_config.yml
66 lines (54 loc) · 1.23 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
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"]
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
values:
layout: events
- scope:
type: redirects
values:
layout: redirect
collections:
news:
permalink: /news/:path/
output: true
events:
output: true
permalink: /:collection/:year/:month/:title
redirects:
output: true
uw-research-computing:
permalink: /uw-research-computing/:path
output: true
sass:
style: compressed
plugins:
- jekyll-redirect-from
- jekyll-seo-tag