-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
44 lines (37 loc) · 892 Bytes
/
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
baseurl = "http://geri.life"
title = "GeriLife®"
theme = "dimension"
languageCode = "fi-fi"
defaultContentLanguage = "fi"
enableRobotsTXT = true
disableKinds=["RSS"]
[params]
description = 'GeriLife® is an open-source tool designed to increase wellbeing.'
logo = "fa-heartbeat"
copyright = "2017"
footer = "test"
[[params.social]]
medium = "twitter"
icon = "twitter"
link = "#"
[[params.social]]
medium = "facebook"
icon = "facebook"
link = "#"
[[params.social]]
medium = "instagram"
icon = "instagram"
link = "#"
[[params.social]]
medium = "github"
icon = "github"
link = "https://github.com/GeriLife/wellbeing"
[languages]
[languages.fi]
languageName = "Suomi"
weight = 1
title = "GeriLife®"
description = 'GeriLife® on avoimen lähdekoodin työkalu ikäihmisten hyvän elämän edistämiseksi.'
[languages.en]
languageName = "English"
weight = 2