-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
102 lines (99 loc) · 2.23 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
baseURL = "https://haiku-inc.org/"
languageCode = "en-us"
title = "Haiku, Inc."
theme = "hugo-smorg"
copyright = "© 2003-2022 Haiku, Inc. All Rights reserved."
[params]
fullname = " "
logotype = "<img src='/images/haiku_inc_logo.png' alt='Haiku Inc. Logo'> <span class='has-text-weight-bold'>Haiku, <span class='has-text-danger'>Inc.</span></span>"
footer = " "
subfooter = " "
[markup.goldmark.renderer]
unsafe = true
[[menu.sectionmenu]]
name = "About"
url = "about/"
weight = 10
[[menu.sectionmenu]]
name = "FAQ"
url = "about/faq"
weight = 20
[[menu.sectionmenu]]
name = "Trademarks"
url = "trademarks/"
weight = 30
identifier = "trademarks"
[[menu.sectionmenu]]
name = "Usage Requirements"
url = "trademarks/usage_requirements"
weight = 10
parent = "trademarks"
[[menu.sectionmenu]]
name = "Allowed Usage"
url = "trademarks/allowed_usage"
weight = 20
parent = "trademarks"
[[menu.sectionmenu]]
name = "Logo Design"
url = "trademarks/logo_design"
weight = 30
parent = "trademarks"
[[menu.sectionmenu]]
name = "Haiku's icons"
url = "trademarks/haiku_icons"
weight = 40
parent = "trademarks"
[[menu.sectionmenu]]
name = "Documents"
url = "documents/"
identifier = "documents"
weight = 40
[[menu.sectionmenu]]
name = "Source code licenses"
url = "documents/licenses"
parent = "documents"
weight = 10
[[menu.sectionmenu]]
name = "Donation tracking"
url = "documents/donations"
parent = "documents"
weight = 20
[[menu.sectionmenu]]
name = "Requesting funds"
url = "documents/requesting_funds"
parent = "documents"
weight = 30
[[menu.sectionmenu]]
name = "Donate"
url = "donate/"
weight = 50
identifier = "donate"
[[menu.sectionmenu]]
name = "Funded development"
url = "donate/funded_development"
parent = "donate"
weight = 10
[[menu.sectionmenu]]
name = "Infrastructure"
url = "donate/infrastructure"
parent = "donate"
weight = 20
[[menu.sectionmenu]]
name = "Hardware"
url = "donate/hardware"
parent = "donate"
weight = 30
[[menu.sectionmenu]]
name = "Public Sponsors"
url = "donate/public_sponsors"
parent = "donate"
weight = 40
[[menu.sectionmenu]]
name = "Privacy Policy"
url = "donate/privacy_policy"
parent = "donate"
weight = 50
[[menu.sectionmenu]]
name = "Contact"
url = "contact/"
weight = 60