This repository has been archived by the owner on Oct 18, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.toml
67 lines (59 loc) · 1.82 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
baseurl = "https://www.eclipse.org/research"
DefaultContentLanguage = "en"
title = "Research @ Eclipse Foundation"
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
disableKinds = []
themesDir = "node_modules/"
enableRobotsTXT = true
pluralizeListTitles = false
[Params]
google_tag_manager = "GTM-5WLCZXC"
description = "Business-friendly open source and open innovation underpins exploitation, community building and dissemination strategy for European projects."
seo_title_suffix = " | The Eclipse Foundation"
keywords = ["eclipse", "research"]
styles = "css/styles.css"
gcse = "011805775785170369411:p3ec0igo0qq"
js = "js/solstice.js"
logo = "images/eclipse-research-logo-transparent.svg"
logo_width = "250"
header_left_classes = "col-sm-10 margin-top-10"
main_menu_wrapper_classes = "col-sm-14 margin-top-10"
# favicon = ""
# share_img = ""
# header_wrapper_class = ""
# logo_width = ""
# header_left_classes = ""
# main_menu_wrapper_classes = ""
# twitter_url = ""
[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 = "https://www.eclipse.org/membership/"
weight = 1
[[menu.main]]
name = "Working Groups"
url = "https://www.eclipse.org/org/workinggroups/"
weight = 2
[[menu.main]]
name = "Projects"
url = "https://www.eclipse.org/projects/"
weight = 3