forked from EclipseFdn/science.eclipse.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
112 lines (95 loc) · 2.5 KB
/
config.toml
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
baseurl = "https://science.eclipse.org/"
DefaultContentLanguage = "en"
title = "Science"
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
googleAnalytics = "UA-910670-30"
disableKinds = []
themesDir = "node_modules/"
enableRobotsTXT = true
[Params]
google_tag_manager = "GTM-5WLCZXC"
description = "The Science Working Group (SWG) works to solve the problems of making science software inter-operable and interchangeable."
seo_title_suffix = " | The Eclipse Foundation"
keywords = ["science", "eclipse working groups"]
logo = "images/science/logo.png"
styles = "css/styles.css"
favicon = "images/science/favicon.ico"
share_img = "images/science/logo.png"
gcse = "011805775785170369411:p3ec0igo0qq"
js = "js/solstice.js"
[taxonomies]
category = "categories"
tag = "tags"
membership_level = "membership_levels"
participation_level = "participation_levels"
[Author]
name = "Christopher Guindon"
website = "https://www.eclipse.org"
email = "[email protected]"
facebook = "eclipse.org"
twitter = "EclipseFdn"
youtube = "EclipseFdn"
googleplus = "+Eclipse"
linkedin = "company/eclipse-foundation/"
[permalinks]
news = "/:sections/:year/:month/:day/:slug/"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
[[menu.main]]
name = "Members"
url = "/membership"
weight = "1"
[[menu.main]]
name = "Explore our Members"
url = "/membership"
weight = "1"
parent = "Members"
[[menu.main]]
name = "Become a Member"
url = "/membership/become-member"
weight = "1"
parent = "Members"
[[menu.main]]
name = "Meetings"
url = "/meetings"
weight = "2"
[[menu.main]]
name = "Steering Committee"
url = "/about/steering-committee"
weight = "3"
[[menu.main]]
name = "About"
url = "/about"
weight = "4"
[[menu.main]]
name = "About Us"
url = "/about"
weight = "1"
parent = "About"
[[menu.main]]
name = "Charter"
url = "/about/charter"
weight = "2"
parent = "About"
[[menu.main]]
name = "Announcements"
url = "/categories/announcements"
weight = "3"
parent = "About"
[[menu.main]]
name = "Community News"
url = "/categories/community-news"
weight = "4"
parent = "About"
[[menu.main]]
name = "Staff"
url = "https://www.eclipse.org/org/foundation/staff.php"
weight = "5"
parent = "About"
[[menu.main]]
name = "Discussion List"
url = "https://accounts.eclipse.org/mailing-list/science-iwg"
weight = "5"
parent = "About"