-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
25 lines (21 loc) · 803 Bytes
/
config.toml
File metadata and controls
25 lines (21 loc) · 803 Bytes
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
baseurl = "https://opensourcecities.github.io/"
languageCode = "en-us"
title = "Open Source Cities"
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"
# Footer
[params.footer]
# Conact
[[params.footer.contact]]
icon = "github"
text = "@OpenSourceCities"
link = "https://github.com/opensourcecities"
# Google Analytics.
googleAnalytics = "UA-XXXXXXXX-1"