-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.toml
170 lines (155 loc) · 4.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
baseurl = "https://www.openhwgroup.org/"
DefaultContentLanguage = "en"
title = ""
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
#googleAnalytics = ""
disableKinds = ["taxonomyTerm"]
themesDir = "node_modules/"
[Params]
google_tag_manager = "GTM-5WLCZXC"
layout_style = "quicksilver"
description = "OpenHW Group is a not-for-profit, global organization driven by its members and individual contributors where hardware and software designers collaborate on open source cores, related IP, tools and software projects."
subtitle = ""
seo_title_suffix = " | OpenHW Group"
keywords = ["open-source", "risc-v", "hardware", "software", "hw", "sw", "eclipse ide"]
logo = "images/openhw-landscape.png"
styles = "css/styles.css"
favicon = "images/favicon.ico"
# share_img = ""
gcse = ""
# subtheme = ""
header_wrapper_class = "header-default-bg-img"
js = "js/solstice.js"
featured_content_publish_target = "openhwgroup"
# call_for_action_text = ""
# call_for_action_url = ""
# call_for_action_icon = ""
[taxonomies]
category = "categories"
tag = "tags"
[Author]
name = "OpenHW Group"
website = "https://www.openhwgroup.org"
email = "[email protected]"
# facebook = ""
twitter = "openhwgroup"
# youtube = ""
# googleplus = ""
# linkedin = ""
[permalinks]
news = "/:sections/:year/:month/:day/:slug/"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
[[menu.main]]
name = "About Us"
url = "/about-us"
weight = 1
[[menu.main]]
name = "CORE-V DevKits"
url = "/core-v-devkits"
weight = 1
[[menu.main]]
name = "Projects"
url = "/projects"
weight = 2
[[menu.main]]
name = "Membership"
url = "/membership"
weight = 3
[[menu.main]]
name = "Working Groups"
url = "/working-groups"
weight = 4
[[menu.main]]
name = "Resources"
url = "/"
weight = 5
[[menu.main]]
name = "Contact Us"
url = "/#contact-us"
weight = 6
# Membership submenus
[[menu.main]]
name = "Member Benefits and Services"
url = "/membership#tab-benefits"
parent = "Membership"
weight = 1
[[menu.main]]
name = "Membership Levels"
url = "/membership#tab-levels"
parent = "Membership"
weight = 2
[[menu.main]]
name = "Membership Fees"
url = "/membership#tab-fees"
parent = "Membership"
weight = 3
[[menu.main]]
name = "Become a Member"
url = "/membership#tab-membership"
parent = "Membership"
weight = 4
[[menu.main]]
name = "Explore our Members"
url = "/membership/members"
parent = "Membership"
weight = 5
# Working Groups submenus
[[menu.main]]
name = "Technical and Marketing Working Groups"
url = "/working-groups"
parent = "Working Groups"
weight = 1
[[menu.main]]
name = "OpenHW Asia"
url = "/working-groups/openhw-asia"
parent = "Working Groups"
weight = 2
[[menu.main]]
name = "OpenHW Europe"
url = "/working-groups/openhw-europe"
parent = "Working Groups"
weight = 3
# Resources submenus
[[menu.main]]
name = "Create or Edit Eclipse Account"
url = "/register"
parent = "Resources"
weight = 1
[[menu.main]]
name = "OpenHW Mattermost"
url = "https://mattermost.openhwgroup.org/all-users/channels/town-square"
parent = "Resources"
weight = 2
[[menu.main]]
name = "OpenHW Project Dashboard"
url = "https://github.com/openhwgroup/programs/blob/master/dashboard/Dashboard_SpreadSheetFriendly.md"
parent = "Resources"
weight = 3
[[menu.main]]
name = "OpenHW Project Descriptions"
url = "https://github.com/openhwgroup/programs/tree/master/Project-Descriptions-and-Plans"
parent = "Resources"
weight = 4
[[menu.main]]
name = "OpenHW TV"
url = "/resources/openhwtv/"
parent = "Resources"
weight = 5
[[menu.main]]
name = "OpenHW Blog"
url = "/resources/blog/"
parent = "Resources"
weight = 6
[[menu.main]]
name = "OpenHW Calendar"
url = "/working-groups/#working-group-calls"
parent = "Resources"
weight = 7
[[menu.main]]
name = "OpenHW Downloads"
url = "http://downloads.openhwgroup.org/"
parent = "Resources"
weight = 8