forked from openhwgroup/openhwgroup.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
72 lines (62 loc) · 1.71 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
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"
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.svg"
styles = "css/styles.css"
favicon = "images/favicon.ico"
# share_img = ""
gcse = ""
# subtheme = ""
header_wrapper_class = "header-default-bg-img"
js = "js/solstice.js"
# 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 = "info@openhwgroup.org"
# 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 = "Projects"
url = "/projects"
weight = 2
[[menu.main]]
name = "Membership"
url = "/membership"
weight = 3
[[menu.main]]
name = "Working Groups"
url = "/working-groups"
weight = 3
[[menu.main]]
name = "Contact Us"
url = "/#contact-us"
weight = 4