This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.toml
89 lines (76 loc) · 2.09 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
baseurl = "https://openadx.eclipse.org/"
DefaultContentLanguage = "en"
title = ""
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
#googleAnalytics = ""
disableKinds = ["taxonomyTerm"]
themesDir = "node_modules/"
[Params]
google_tag_manager = "GTM-5WLCZXC"
description = "OpenADx is about an ecosystem. Each company/partner brings its specialized expertise into one or more of the ecosystem topic areas helping to create the most efficient tool chain possible and improve that toolchain over time."
subtitle = ""
seo_title_suffix = " | Eclipse OpenADx Working Group | The Eclipse Foundation"
keywords = []
logo = "images/openadx-logo.svg"
styles = "css/styles.css"
favicon = "images/adx-favicon.ico"
# share_img = ""
gcse = "011805775785170369411:p3ec0igo0qq"
# subtheme = ""
header_wrapper_class = "header-default-bg-img"
js = "js/solstice.js"
featured_content_publish_target = "openadx"
# call_for_action_text = ""
# call_for_action_url = ""
# call_for_action_icon = ""
[taxonomies]
category = "categories"
tag = "tags"
participation_level = "participation_levels"
[Author]
name = "Eclipse openADx Working Group"
website = "https://openadx.eclipse.org/"
# email = "chris.guindon@eclipse-foundation.org"
# 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 = "News"
url = "/news/"
weight = 1
[[menu.main]]
name = "Events"
url = "/events/"
weight = 2
[[menu.main]]
name = "Vision"
url = "/vision/"
weight = 3
[[menu.main]]
name = "Technologies"
url = "/technologies/"
weight = 4
[[menu.main]]
name = "Resources"
url = "/resources/"
weight = 5
[[menu.main]]
name = "Working Group"
url = "/working-group/"
weight = 6
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 7
[[menu.main]]
name = "Members"
url = "/members/"
weight = 8