-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
67 lines (55 loc) · 1.56 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
baseURL = "/"
defaultContentLanguage = "en"
relativeURLs = true
title = "fairydust.space - 🚀"
theme = "hugo-theme-learn"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir = true
[params]
# editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/exampleSite/content/"
description = "Lifts you up, higher and higher"
author = "Cabin Crew"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
# Change default color scheme with a variant one. Can be "red", "blue", "green", "fairydust".
themeVariant = "fairydust"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "fairydust.space - 🚀"
weight = 1
landingPageURL = "/en"
languageName = "English"
languageCode = "en"
[[Languages.en.menu.shortcuts]]
name = "chat.fairydust.space"
url = "https://chat.fairydust.space"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "Contact us"
url = "/en/contact"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "Terms of Service"
url = "https://fairydust.space/_matrix/consent"
weight = 100
[Languages.de]
title = "fairydust.space - 🚀"
weight = 1
landingPageURL = "/de"
languageName = "Deutsch"
languageCode = "de"
[[Languages.de.menu.shortcuts]]
name = "chat.fairydust.space"
url = "https://chat.fairydust.space"
weight = 10
[[Languages.de.menu.shortcuts]]
name = "Kontaktiere uns"
url = "/de/contact"
weight = 20
[[Languages.de.menu.shortcuts]]
name = "Nutzungsbedingungen (in Englisch)"
url = "https://fairydust.space/_matrix/consent"
weight = 100