-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
66 lines (62 loc) · 1.42 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 = 'https://featherwallet.org/'
languageCode = 'en-us'
title = 'Feather Wallet'
theme = 'feather'
defaultContentLanguage = 'en'
rssLimit = 20
[menu]
[[menu.main]]
name = "Home"
pre = "home"
url = "/"
weight = 1
[[menu.main]]
name = "Download"
pre = "download"
url = "/download/"
weight = 2
[[menu.main]]
name = "Changelog"
pre = "changelog"
url = "/changelog/"
weight = 3
[[menu.main]]
name = "Screenshots"
pre = "screenshots"
url = "/screenshots/"
weight = 4
[[menu.main]]
name = "Docs"
pre = "docs"
url = "https://docs.featherwallet.org"
weight = 5
[[menu.main]]
name = "Help"
pre = "help"
url = "https://docs.featherwallet.org/guides/report-an-issue"
weight = 6
[[menu.link]]
name = "Clearnet"
pre = "clearnet"
url = "https://featherwallet.org"
weight = 1
[[menu.link]]
name = "Onion"
pre = "onion"
params.icon = "<img src='/img/onion-tor.avif'>"
url = "http://featherdvtpi7ckdbkb2yxjfwx3oyvr3xjz3oo4rszylfzjdg6pbm3id.onion"
weight = 2
[[menu.link]]
name = "I2P"
pre = "i2p"
params.icon = "<img src='/img/itoopie.png'>"
url = "http://rwzulgcql2y3n6os2jhmhg6un2m33rylazfnzhf56likav47aylq.b32.i2p"
weight = 3
[languages]
[languages.en]
title = 'Feather Wallet'
weight = 1
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "feed"