-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.toml
135 lines (130 loc) · 5.05 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
baseURL = "https://mdl.wtf/"
languageCode = "en-us"
title = "MDL - Talent Hub Blog"
pygmentsstyle = "github"
pygmentsuseclasses = true
Paginate= 12
defaultContentLanguageInSubdir= "false"
defaultContentLanguage="en"
relativeURLs= "true"
[permalinks]
post = "/:year/:month/:title/"
[Taxonomies]
category = "categories"
languages = "languages"
[Params]
keywords = "MDL,blockchain,talents,models,technology,app,IPFS"
description = "Blog of MDL Talent Hub. We create blockchain powered platform for talent sourcing industry."
telegram = "https://t.me/MDL_Talent_Hub"
sidebar_sub_title = "Learn about the"
sidebar_sub_title_pink = "latest news"
subscribe_title = "Subscribe to the MDL Newsletter"
subscribe_title_footer = "Sign up for timely alerts and announcements"
allTopicsTranslate = "All topics"
subscribeButton = "Subscribe"
[[params.social]]
urlImage = "img/sidebar/fb.svg"
link = "https://www.facebook.com/mdl.wtf"
[[params.social]]
urlImage = "img/sidebar/twitter.svg"
link = "https://twitter.com/MDL_Talent_Hub"
[[params.social]]
urlImage = "img/sidebar/fb.svg"
link = "https://www.facebook.com/mdl.wtf"
[[params.social]]
urlImage = "img/sidebar/twitter.svg"
link = "https://twitter.com/MDL_Talent_Hub"
[[params.social]]
urlImage = "img/sidebar/fb.svg"
link = "https://www.facebook.com/mdl.wtf"
[languages]
[languages.en]
languageName = "EN"
weight = 1
sidebar_sub_title = "Learn about the"
sidebar_sub_title_pink = "latest news"
subscribe_title = "Subscribe to the MDL Newsletter"
subscribe_title_footer = "Sign up for timely alerts and announcements"
allTopicsTranslate = "All topics"
subscribeButton = "Subscribe"
[languages.ru]
languageName = "Рус"
weight = 3
sidebar_sub_title = "Узнайте"
sidebar_sub_title_pink = "последние новости"
subscribe_title = "Подпишись на рассылку новостей MDL"
subscribe_title_footer = "Подпишись и узнай последние новости"
allTopicsTranslate = "Все темы"
subscribeButton = "Подписаться"
[languages.zh]
languageName = "简体"
weight = 4
sidebar_sub_title = "Learn about the"
sidebar_sub_title_pink = "latest news"
subscribe_title = "Subscribe to the MDL Newsletter"
subscribe_title_footer = "Sign up for timely alerts and announcements"
allTopicsTranslate = "All topics"
subscribeButton = "Subscribe"
[languages.zh-hant]
languageName = "繁體"
weight = 5
sidebar_sub_title = "Learn about the"
sidebar_sub_title_pink = "latest news"
subscribe_title = "Subscribe to the MDL Newsletter"
subscribe_title_footer = "Sign up for timely alerts and announcements"
allTopicsTranslate = "All topics"
subscribeButton = "Subscribe"
[languages.kr]
languageName = "한글"
weight = 6
sidebar_sub_title = "Learn about the"
sidebar_sub_title_pink = "latest news"
subscribe_title = "Subscribe to the MDL Newsletter"
subscribe_title_footer = "Sign up for timely alerts and announcements"
allTopicsTranslate = "All topics"
subscribeButton = "Subscribe"
[languages.ja]
languageName = "日本語"
weight = 7
sidebar_sub_title = "Learn about the"
sidebar_sub_title_pink = "latest news"
subscribe_title = "Subscribe to the MDL Newsletter"
subscribe_title_footer = "Sign up for timely alerts and announcements"
allTopicsTranslate = "All topics"
subscribeButton = "Subscribe"
[languages.es]
languageName = "ES"
weight = 8
sidebar_sub_title = "Learn about the"
sidebar_sub_title_pink = "latest news"
subscribe_title = "Subscribe to the MDL Newsletter"
subscribe_title_footer = "Sign up for timely alerts and announcements"
allTopicsTranslate = "All topics"
subscribeButton = "Subscribe"
[languages.id]
languageName = "ID"
weight = 9
sidebar_sub_title = "Learn about the"
sidebar_sub_title_pink = "latest news"
subscribe_title = "Subscribe to the MDL Newsletter"
subscribe_title_footer = "Sign up for timely alerts and announcements"
allTopicsTranslate = "All topics"
subscribeButton = "Subscribe"
[languages.de]
languageName = "DE"
weight = 10
sidebar_sub_title = "Learn about the"
sidebar_sub_title_pink = "latest news"
subscribe_title = "Subscribe to the MDL Newsletter"
subscribe_title_footer = "Sign up for timely alerts and announcements"
allTopicsTranslate = "All topics"
subscribeButton = "Subscribe"
[languages.ar]
languageName = "عربي"
weight = 11
sidebar_sub_title = "Learn about the"
sidebar_sub_title_pink = "latest news"
subscribe_title = "Subscribe to the MDL Newsletter"
subscribe_title_footer = "Sign up for timely alerts and announcements"
allTopicsTranslate = "All topics"
subscribeButton = "Subscribe"