-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathconfig.toml
executable file
·84 lines (68 loc) · 2.11 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
relativeURLs = true
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Serum Academy"
theme = "learn"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
[params]
editURL = "https://github.com/dr497/serum-academy/tree/master/content/"
description = "Serum Academy"
author = "Serum lovers"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
themeVariant = "blue"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "Serum Academy"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Project Serum GitHub"
identifier = "ds"
url = "https://github.com/project-serum"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Project Serum Website"
url = "https://projectserum.com"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-discord'></i> Project Serum Discord"
url = "https://discord.gg/MxZFT4v"
weight = 30
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-telegram'></i> Project Serum Telegram"
url = "https://t.me/ProjectSerum"
weight = 30
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-twitter'></i> Project Serum Twitter"
url = "https://twitter.com/projectserum"
weight = 30
[Languages.zh]
title = "Serum Academy"
weight = 1
languageName = "Chinese"
[[Languages.zh.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Project Serum GitHub"
identifier = "ds"
url = "https://github.com/project-serum"
weight = 10
[[Languages.zh.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Project Serum Website"
url = "https://projectserum.com"
weight = 20
[[Languages.zh.menu.shortcuts]]
name = "<i class='fab fa-fw fa-discord'></i> Project Serum Discord"
url = "https://discord.gg/MxZFT4v"
weight = 30
[[Languages.zh.menu.shortcuts]]
name = "<i class='fab fa-fw fa-telegram'></i> Project Serum Telegram"
url = "https://t.me/ProjectSerum"
weight = 30
[[Languages.zh.menu.shortcuts]]
name = "<i class='fab fa-fw fa-twitter'></i> Project Serum Twitter"
url = "https://twitter.com/projectserum"
weight = 30