-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (50 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
47
48
49
50
51
baseURL = "https://c13n.io"
languageCode = "en-us"
title = "c13n"
theme = "gokarna"
[menu]
[[menu.main]]
identifier = "home"
url = "/"
name = "Home"
weight = 1
[menu.main.params]
target= "_self"
[[menu.main]]
identifier = "documentation"
url = "https://docs.c13n.io"
name = "Documentation"
weight = 2
[menu.main.params]
target= "_blank"
[[menu.main]]
identifier = "about"
url = "/about/"
name = "About"
weight = 3
[menu.main.params]
target= "_self"
[[menu.main]]
identifier = "contact"
url = "/contact/"
name = "Contact"
weight = 4
[menu.main.params]
target= "_self"
[params]
avatarURL = "https://c13n.io/c13n-avatar.png"
avatarSize = "size-xl"
description = "Transfer and manage payloads & data over Lightning payments"
description2 = "We are now public & open source. Check our code!"
footer = "c13n"
socialIcons = [
{name = "twitter", url = "https://twitter.com/c13n_io"},
{name = "github", url = "https://github.com/c13n-io"},
{name = "slack", url = "https://join.slack.com/t/c13n/shared_invite/zt-wkk5cu44-Zf4iXr9mxNHzW_ZRBZsDQA"},
]
contactpoints = [
{name = "twitter", title = "Twitter", url = "https://twitter.com/c13n_io"},
{name = "github", title = "GitHub", url = "https://github.com/c13n-io"},
{name = "slack", title = "Slack", url = "https://join.slack.com/t/c13n/shared_invite/zt-wkk5cu44-Zf4iXr9mxNHzW_ZRBZsDQA"},
{name = "mail", title = "[email protected]", url = "mailto:[email protected]"},
]