-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathconfig.toml
46 lines (38 loc) · 1.59 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/toronto/"
languageCode = "en-us"
title = "Open Source Cities - Toronto"
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 - Toronto"
description = "A directory of companies, people, and projects that are Open Source and from Toronto."
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 = "Toronto"
subtitle = "A directory of companies, people, and projects that are Open Source and from Toronto."
buttonText = "Find out more"
[params.contribution]
guide = "https://github.com/opensourcecities/toronto/blob/master/CONTRIBUTING.md"
issue = "https://github.com/opensourcecities/toronto/issues/new"
# Footer
[params.footer]
# Conact
[[params.footer.contact]]
icon = "github"
text = "@OpenSourceCities"
link = "https://github.com/opensourcecities"
[[params.footer.contact]]
icon = "github"
text = "@Toronto"
link = "https://github.com/opensourcecities/toronto"
[[params.footer.contact]]
icon = "slack"
text = "Join Us!"
link = "https://FIX_ME.com/"
# Google Analytics.
googleAnalytics = "UA-XXXXXXXX-1"