forked from inclusivenaming/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
76 lines (61 loc) · 1.48 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
title = "Inclusive Language Project"
disableKinds = ["taxonomy", "taxonomyTerm"]
copyright = "The project authors"
enableGitInfo = true
[markup.highlight]
style = "paraiso-dark"
[params]
font_awesome_version = "5.12.0"
description = "A project for inclusive language and terminology in open source and technology"
favicon = ""
repositoryUrl = "https://github.com/cncf/hugo-netlify-starter"
contentDir = "/content/"
[params.logos]
navbar = "naming-logo.png"
[[params.social]]
name = "Twitter"
color = "#00aced"
url = "https://twitter.com/inclusivenaming"
icon = "fab fa-twitter"
[[params.social]]
name = "GitHub"
color = "#000000"
url = "https://github.com/inclusivenaming"
icon = "fab fa-github"
[[params.social]]
name = "Google Groups mailing ist"
color = "#4688F4"
url = "https://groups.google.com/g/inclusivenaming"
icon = "fas fa-envelope"
[[params.fonts]]
name = "Open Sans"
sizes = [300, 400, 600, 700, 900]
type = "sans_serif"
# [[params.fonts]]
# name = "Fira Mono"
# sizes = [300, 400, 600, 700]
# type = "monospace"
[[params.fonts]]
name = "Lexend Deca"
sizes = [400]
type = "heading_font"
# [[menu.main]]
# name = "About"
# url = "/"
# weight = 1
# [[menu.main]]
# name = "General guidance"
# url = "/general-guidance"
# weight = 2
# [[menu.main]]
# name = "Related projects"
# url = "/related-projects"
# weight = 3
# [[menu.main]]
# name = "Word replacement list"
# url = "/word-list"
# weight = 3
# [[menu.main]]
# name = "Supporting organizations"
# url = "/organizations"
# weight = 4