-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
75 lines (64 loc) · 1.77 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
# ----------------------- #
# Main Configs #
# ----------------------- #
url: https://transparency-certified.github.io/
title: TRAnsparency CErtified (TRACE)
email: [email protected]
description: > # "Building trust in computational research by certifying the transparency of results."
hero_image: /img/trace-bg.jpg
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
# Build settings
markdown: kramdown
permalink: pretty
markdown_ext: "markdown,md"
collections:
jobs:
output: true
permalink: /:collection/:name
defaults:
- scope:
path: ""
type: "jobs"
values:
layout: "job"
# ----------------------- #
# 3rd Party Settings #
# ----------------------- #
social:
- title: slack
icon: slack
url: https://join.slack.com/t/wholetale/shared_invite/enQtNDM1OTg2ODU5MzUxLWJmZTg2MDQyOGNlYzY0ODZmYmFiN2ExZTI0NmZlMzZiZDFiNjU3MTFiYTZhODQwMDNlNTBjZGZhZWY0ZjFkZTk
- title: github
icon: github
url: https://github.com/transparency-certified/
- title: twitter
icon: twitter
url: https://twitter.com/wholetale
- title: email
icon: envelope
url: mailto:[email protected]
# ----------------------- #
# Custom stuff #
# ----------------------- #
menu:
- title: Home
url: "/"
- title: Jobs
url: "/jobs/"
- title: Specification
url: "/trace-specification/docs/specifications.html"
- title: Infrastructure
url: "/trace-specification/"
- title: About
url: "#about"
- title: Contact
url: "#contact"
footer:
- img: "/img/UoI_wordmark.png"
alt: "University of Illinois wordmark"
- img: "/img/Cornell_wordmark.svg"
alt: "Cornell University wordmark"
- img: "/img/UNC_wordmark.png"
alt: "University of North Carolina wordmark"