forked from brown-ccv/ccv-website-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
112 lines (104 loc) · 2.25 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
languageCode: en-us
title: Brown Center for Computation and Visualization
theme: gb-theme
permalinks:
news: "/:year/:month/:slug/"
googleAnalytics: UA-136333978-7
outputs:
home:
- html
- rss
- json
enableRobotsTXT: true
DefaultContentLanguage: en
canonifyURLs: true
relativeURLs: true
pygmentsCodefences: true
frontmatter:
lastmod: ["lastmod", ":fileModTime"]
# Menu
menu:
main:
- identifier: home
name: Home
title: Home
url: /
weight: 1
- identifier: about
name: About
title: About
url: /about/
weight: 2
- identifier: services
name: Services
title: Services
url: /services/
weight: 3
- identifier: documentation
name: Documentation
title: Documentation
url: /documentation/
weight: 5
- identifier: news
name: News
title: News
url: https://medium.com/brown-ccv
weight: 6
- identifier: events
name: Events
title: Events
url: https://events.brown.edu/ccv/view/month
weight: 7
- identifier: ourwork
name: Our Work
title: "Our Work:"
weight: 8
- identifier: apps
parent: ourwork
name: Software
title: Software
url: /apps/
weight: 8
- identifier: workshops
parent: ourwork
name: Workshops
title: Workshops
url: /workshops/
weight: 9
params:
address: 180 George St, Providence RI 02906
contact:
support:
text: Submit a ticket
link: mailto:[email protected]
fa: fas fa-ticket-alt
discourse:
text: Join the discussion!
link: https://ask.cyberinfrastructure.org/c/brown-research-computing
fa: fab fa-discourse
feedback:
text: Help us improve!
link: https://docs.google.com/forms/d/e/1FAIpQLSdT00ZSXQh8vKbAMvc1xUoBfGtf2SU8bw5T3tIchKf03TgfbA/viewform?usp=sf_link
fa: fas fa-star-half-alt
githubLinks:
ccvGithub: https://github.com/brown-ccv/
cbcGithub: https://github.com/compbiocore/
# i18n
languages:
en:
languageName: English
weight: 1
contentDir: content/english
pt:
languageName: Portuguese
weight: 2
contentDir: content/portuguese
zh:
languageName: Chinese (Simplified)
weight: 3
contentDir: content/chinese
# Taxonomies
taxonomies:
tag: "tags"
type: "types"
category: "category"