-
Notifications
You must be signed in to change notification settings - Fork 31
/
config.toml
46 lines (38 loc) · 1.67 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
baseurl = "https://opensourcecities.github.io/montreal/"
languageCode = "en-us"
title = "Open Source Cities - Montréal"
theme = "osc-theme"
[params]
# To provide some metadata for search engines feel free to add a few
# information about you and your website.
name = "Open Source Cities - Montréal"
description = "A directory of companies, people, and projects that are Open Source and from Montréal."
fqdn = "https://opensourcecities.github.io"
# The path must be relative to the static folder
favicon = "favicon.ico"
# Hero section
[params.hero]
# To change the background of the hero section, replace the 'header.jpg' at './static/img' with your own.
slogan = "Montréal"
subtitle = "A directory of companies, people, and projects that are Open Source and from Montréal."
buttonText = "Find out more"
[params.contribution]
guide = "https://github.com/opensourcecities/montreal/blob/master/CONTRIBUTING.md"
issue = "https://github.com/opensourcecities/montreal/issues/new"
# Footer
[params.footer]
# Conact
[[params.footer.contact]]
icon = "github"
text = "@OpenSourceCities"
link = "https://github.com/opensourcecities"
[[params.footer.contact]]
icon = "github"
text = "@Montreal"
link = "https://github.com/opensourcecities/montreal"
[[params.footer.contact]]
icon = "slack"
text = "Join Us!"
link = "https://opensourcemtl.slack.com/shared_invite/MTcwNDcwMDk1NjgxLTE0OTI1NDk3NzktOTM0YzRhODExYQ"
# Google Analytics.
googleAnalytics = "UA-XXXXXXXX-1"