forked from inclusivenaming/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
129 lines (107 loc) · 2.36 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
baseURL = "https://inclusivenaming.org"
title = "Inclusive Naming Initiative"
disableKinds = ["taxonomy", "taxonomyTerm"]
copyright = "The Inclusive Naming Initiative authors and collaborating organizations"
enableGitInfo = true
summaryLength = 20
[markup.highlight]
style = "paraiso-dark"
[params]
font_awesome_version = "5.12.0"
description = "Helping projects and companies make consistent, responsible choices to remove harmful language"
favicon = "favicon.png"
repositoryUrl = "https://github.com/inclusivenaming"
contentDir = "/content/"
[params.logos]
navbar = "inclusive-naming-logo.svg"
[[params.social]]
name = "Twitter"
url = "https://twitter.com/inclusivenaming"
icon = "fab fa-twitter"
[[params.social]]
name = "GitHub"
url = "https://github.com/inclusivenaming"
icon = "fab fa-github"
[[params.social]]
name = "Mailing list"
url = "https://groups.google.com/g/inclusivenaming"
icon = "fas fa-envelope"
[[params.social]]
name = "Slack Invite"
url = "https://communityinviter.com/apps/inclusive-naming/invite"
icon = "fab fa-slack"
[[params.fonts]]
name = "Cairo"
sizes = [300, 400, 600, 700, 900]
type = "sans_serif"
[[params.fonts]]
name = "Lexend Deca"
sizes = [400]
type = "heading_font"
[[menu.main]]
name = "About"
url = "#"
weight = 1
identifier ="about"
[[menu.main]]
name = "About the initiative"
url = "/about"
parent = "about"
weight = 1
[[menu.main]]
name = "Project leadership"
url = "/leadership"
parent = "about"
weight = 2
[[menu.main]]
name = "Get involved"
url = "#"
weight = 3
identifier = "getinvolved"
[[menu.main]]
name = "Participate"
url = "/participate"
parent = "getinvolved"
weight = 1
[[menu.main]]
name = "Workstreams"
url = "/workstreams"
parent = "getinvolved"
weight = 2
[[menu.main]]
name = "Meeting calendar"
url = "/calendar"
parent = "getinvolved"
weight = 3
[[menu.main]]
name = "Blog"
url = "/blog"
weight = 4
[[menu.main]]
name = "Resources"
url = "#"
identifier = "lang"
weight = 5
[[menu.main]]
name = "Word replacement list"
url = "/language/word-list"
parent = "lang"
weight = 1
[[menu.main]]
name ="Language evaluation framework"
url = "/language/evaluation-framework"
parent = "lang"
weight = 2
[[menu.main]]
name = "Implementation path"
url = "/language/implementation-path"
parent = "lang"
weight = 3
[[menu.main]]
name = "Related projects"
url = "/related-projects"
weight = 6
[[menu.main]]
name = "FAQs"
url = "/faqs"
weight = 7