-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.toml
133 lines (113 loc) · 2.8 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
baseurl = "https://openhwfoundation.org/"
DefaultContentLanguage = "en"
title = ""
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
#googleAnalytics = ""
disableKinds = ["taxonomyTerm"]
themesDir = "node_modules/"
[Params]
website_type = "Working Group"
google_tag_manager = "GTM-5WLCZXC"
layout_style = "astro"
description = "OpenHW Foundation is an Eclipse Foundation Working Group 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 Foundation"
keywords = ["open-source", "risc-v", "hardware", "software", "hw", "sw", "eclipse ide"]
logo = "/images/openhw-landscape.png"
logo_width = "200"
styles = "css/styles.css"
favicon = "images/favicon.ico"
# share_img = ""
gcse = ""
# subtheme = ""
header_wrapper_class = "header-default-bg-img"
hide_call_for_action = true
js = "js/solstice.js"
featured_content_publish_target = "openhwgroup"
call_for_action_text = "Download"
call_for_action_url = "#"
call_for_action_icon = ""
jumbotron_class = "col-sm-20 col-sm-offset-2"
hide_footer_newsletter = true
[taxonomies]
category = "categories"
tag = "tags"
[Author]
name = "OpenHW Foundation"
website = "https://openhwfoundation.org"
email = "info@openhwgroup.org"
# facebook = ""
twitter = "openhwgroup"
# youtube = ""
# googleplus = ""
# linkedin = ""
[permalinks]
news = "/:sections/:year/:month/:day/:slug/"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
# About Menu
[[menu.main]]
name = "About"
weight = 1
identifier = "about"
[[menu.main]]
name = "OpenHW Foundation"
url = "/about-us/"
weight = 1
parent = "about"
[[menu.main]]
name = "CORE-V RISC-V Cores"
url = "/about-us/core-v-risc-v-cores/"
weight = 2
parent = "about"
[[menu.main]]
name = "CORE-V DevKits"
url = "/core-v-devkits/"
weight = 3
parent = "about"
# Membership Menu
[[menu.main]]
name = "Membership"
url = "/membership/"
weight = 2
identifier = "membership"
[[menu.main]]
name = "Our Members"
url = "/membership/members/"
weight = 1
parent = "membership"
[[menu.main]]
name = "Become a Member"
url = "/membership/become-a-member/"
weight = 2
parent = "membership"
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 3
[[menu.main]]
name = "Get Involved"
url = "/get-involved/"
weight = 4
[[menu.main]]
name = "Resources"
url = "/resources/"
weight = 5
identifier = "resources"
[[menu.main]]
name = "Events"
url = "/events/"
parent = "resources"
weight = 1
[[menu.main]]
name = "Blog"
url = "/resources/blog/"
parent = "resources"
weight = 2
[[menu.main]]
name = "OpenHW TV"
url = "/resources/openhwtv"
parent = "resources"
weight = 3