-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
75 lines (59 loc) · 2.28 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
baseurl = "https://techcultivation.org/"
languageCode = "en-us"
title = "A Non-Profit Home for Open Source Projects"
theme = "hugo-creative-theme"
relativeURLs = true
uglyurls = true
[markup.goldmark.renderer]
unsafe = true
[params]
name = "Center for the Cultivation of Technology"
description = "a non-profit home for open source projects"
# The path must be relative to the static folder
favicon = "favicon.ico"
# Navigation
[params.navigation]
brand = "Center for the Cultivation of Technology"
[[params.navigation.links]]
url = "./#subscribe"
text = "Subscribe to News"
[[params.navigation.links]]
url = "./donate.html"
text = "Donate"
[[params.navigation.links]]
url = "./#overview"
text = "Overview"
#[[params.navigation.links]]
# url = "./contact.html#team"
# text = "Team"
[[params.navigation.links]]
url = "./contact.html"
text = "Contact"
# Hero section
[params.hero]
slogan = "A non-profit home<br/> for your open source project"
subtitle = "The Center for the Cultivation of Technology is a charitable non-profit<br/> host organization for international Free Software projects."
buttonText = "Learn more"
# About section
[params.about]
headline = "Interested? Get in touch!"
description = "We are ready for your project if you need <a href=\"contact.html\">help with grants and contracts</a>.<br/><br/>It will take us a while to build a platform to allow projects to easily interface with their budgets, and before we can manage individual donations to projects. Leave your e-mail address and we will get in touch as soon as we're there!"
# Overview section
[params.overview]
headline = "Overview"
[[params.overview.list]]
icon = "far fa-heart"
title = "Donations"
description = "Receive donations via various payment processors and fundraising platforms."
[[params.overview.list]]
icon = "far fa-money-bill-alt"
title = "Budget management"
description = "Manage and allocate budgets, process reimbursements, contract and employ internationally."
[[params.overview.list]]
icon = "fas fa-cubes"
title = "Asset Stewardship"
description = "The Center can hold assets for a project, such as domain names, trademarks and copyright."
[[params.overview.list]]
icon = "far fa-comment-dots"
title = "Expert Network"
description = "Knowledge sharing and exchange."