-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
59 lines (52 loc) · 1.21 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
baseURL = 'https://fs.neo.org/'
languageCode = 'en-us'
title = 'NeoFS: public distributed decentralized object storage'
theme = "neofs-theme"
# languages
DefaultContentLanguage = "en"
[languages]
[languages.en]
languageName = "English"
weight = 1
[languages.cn]
languageName = "Chinese"
weight = 2
# social links
[[params.social]]
icon = "/images/socials/neo.svg"
link = "https://neo.org"
img_style= ""
width= "26"
height= "26"
[[params.social]]
icon = "/images/socials/nspcc.svg"
link = "https://nspcc.io"
img_style= "filter: invert(1);"
type= "pipe"
width= "37"
height= "37"
[[params.social]]
icon = "/images/socials/github.svg"
link = "https://github.com/nspcc-dev"
block_style= "padding-left: 10px;"
img_style= "filter: invert(1);"
width= "30"
height= "30"
[[params.social]]
icon = "/images/socials/twitter.svg"
link = "https://twitter.com/neospcc"
img_style= "filter: invert(1);"
width= "30"
height= "30"
[[params.social]]
icon = "/images/socials/youtube.svg"
link = "https://www.youtube.com/@NeoSPCC"
img_style= "filter: invert(1);"
width= "30"
height= "30"
[[params.social]]
icon = "/images/socials/medium.svg"
link = "https://neospcc.medium.com/"
img_style= "filter: invert(1);"
width= "30"
height= "30"