This repository has been archived by the owner on May 16, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.toml
60 lines (52 loc) · 1.84 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
baseurl = "https://events.eclipse.org/"
DefaultContentLanguage = "en"
title = "Eclipse Events"
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
disableKinds = []
themesDir = "node_modules/"
enableRobotsTXT = true
pluralizeListTitles = false
buildFuture = true # A new event website will always be in the future
[Params]
google_tag_manager = "GTM-5WLCZXC"
description = "The site provides date, time and place for the various events (conferences, demo camps, special days, hackathons and trainings) for the Eclipse ecosystem, displayed on a convenient map of the world."
seo_title_suffix = " | The Eclipse Foundation"
keywords = ["eclipse", "event", "democamp", "EclipseCon", "eclipse day", "hackathon", "EclipseCon Europe", "EclipseCon France", "Eclipse Training", "ECE", "ECF", "Eclipse Foundation", "conference"]
# logo = ""
styles = "css/styles.css"
# favicon = ""
# share_img = ""
gcse = "011805775785170369411:p3ec0igo0qq"
js = "js/solstice.js?v1"
featured_content_publish_target = "eclipse_org"
call_for_action_text = "Download"
call_for_action_url = "https://www.eclipse.org/downloads/"
call_for_action_icon = "fa-download"
[taxonomies]
[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 = "Projects"
url = "https://www.eclipse.org/projects/"
weight = 1
[[menu.main]]
name = "Working Groups"
url = "https://www.eclipse.org/org/workinggroups/"
weight = 2
[[menu.main]]
name = "Members"
url = "https://www.eclipse.org/membership/"
weight = 3