forked from henryaj/ea-test-ng
-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathconfig.toml
90 lines (79 loc) · 3.02 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
# baseURL should be
# "https://YOUR-GITHUB-USERNAME.github.io/lean-site-template/" during development,
# and "your-ea-domain.org/" after your domain has been set up.
baseURL = "https://rtcharity.github.io/lean-site-template/"
theme = "local-ea-template"
canonifyURLs = true
# If you are using multiple languages and want a different default,
# you can change this language code. In this particular case,
# baseURL will be the English site, and baseURL/<language code> will be the
# other languages.
DefaultContentLanguage = "en"
# These params are used by the local EA Hugo template
# used to generate the site. You can find the template
# at https://github.com/rtcharity/local-ea-template.
[params]
[Languages]
[Languages.en]
title = "Local EA Website"
weight = 1
languageCode = "en"
[Languages.en.general]
## -- GENERAL SITE PARAMETERS -- ##
fullTitle = "Effective Altruism Site Title"
strapline = "Helping you do good better"
[Languages.en.groupinfo]
## -- EA GROUP INFO -- ##
legalOrgName = "Effective Altruism <City Here>"
orgLocations = "this location and that location"
contactEmail = "[email protected]"
[Languages.en.navbar]
## -- NAVIGATION BAR HEADERS -- ##
# You probably don't need/want to change these,
# but if you do you'll also want to change the relevant .md file under the
# content folder so the copy corresponds with the header.
home = "Home"
faq = "FAQ"
effectiveAltruism = "Effective Altruism"
aboutEA = "About EA"
readingMaterial = "Reading Material"
keyTerms = "Key Terms"
organizations = "Organizations"
contact= "Contact"
[Languages.en.pages]
## -- PAGE HEADERS -- ##
contactPageHeader = "Contact us"
aboutEAPageHeader = "What is Effective Altruism?"
[Languages.en.homepage]
## -- HOMEPAGE -- ##
topBannerText = "Who are we?"
leadText = "We're a group of people who want to help you answer the question: how can I do good better?"
firstSectionHeader = "Doing good better"
secondSectionHeader = "Building a community"
thirdSectionHeader = "Finding better ways to help"
bottomBannerText = "A proud member of the effective altruism network"
[Languages.en.contactform]
## -- CONTACT FORM -- ##
leadText = "Say hi!"
senderName = "Your name (required)"
senderEmail = "Your email (required)"
emailSubject = "Subject"
emailMessage = "Your Message"
send = "Send"
[Languages.en.jumbotron]
# These are the buttons right under the header that appears on the main page.
# You can use them to link to a mailing list or Facebook page.
# Make sure the links start with http:// or https://
firstButtonText = "First Button Text"
firstButtonLink = ""
secondButtonText = "Second Button Text"
secondButtonLink = ""
# Remove the # before the text to add the optional Meetup button
# meetupButtonText = "Find us on Meetup"
[Languages.en.urls]
## -- EA GROUP FB/TWITTER/MEETUP URLS -- ##
# If your group does not have URLs for these, just add # before the line
# to remove the link from the site
facebookUrl = ""
twitterUrl = ""
meetupUrl = ""