forked from SkyAudit/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
164 lines (141 loc) · 3 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
baseURL = "https://blog.skycoin.net/"
languageCode = "en-us"
title = "Skycoin Blog"
defaultContentLanguage = "en"
googleAnalytics = "UA-105234182-1"
#disqusShortname = ""
# hugo-xmin specific variables
theme = "skycoin"
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
# enables ```lang ``` style syntax highlighted blocks
pygmentsCodeFences = true
pygmentsStyle = "murphy"
[permalinks]
post = "/post/:year/:month/:day/:slug/"
note = "/note/:year/:month/:day/:slug/"
[[menu.main]]
name = "Posts"
identifier = "posts"
url = "/"
weight = 1
[[menu.main]]
name = "Categories"
identifier = "categories"
url = "/categories/"
weight = 2
[[menu.main]]
name = "Tags"
identifier = "tags"
url = "/tags/"
weight = 3
[[menu.footer]]
name = "skycoin.net"
url = "https://www.skycoin.net/"
weight = 1
[[menu.footer]]
name = "Github"
url = "https://github.com/skycoin"
weight = 2
[[menu.footer]]
name = "Twitter"
url = "https://twitter.com/skycoinproject"
weight = 3
[[menu.footer]]
name = "Reddit"
url = "https://reddit.com/r/SkycoinProject"
weight = 4
[[menu.footer]]
name = "Telegram"
url = "https://t.me/Skycoin"
weight = 5
[[menu.footer]]
name = "Blockchain Explorer"
url = "https://explorer.skycoin.net/"
weight = 6
[author]
name = "Skycoin"
[params]
keywords = "skycoin"
rss = "/index.xml"
telegram = "https://t.me/Skycoin"
description = "Skycoin Project Updates"
email = ""
github = "skycoin"
twitter = "skycoinproject"
twitterAnalytics = "ny03t"
[Languages]
[Languages.en]
weight = -1
title = "Skycoin Blog"
languageName = "English"
[Languages.zh]
weight = 1
title = "天空币博客"
hasCJKLanguage = true
languageName = "中文"
[Languages.ru]
weight = 2
title = "Skycoin Блог"
languageName = "Русский"
[Languages.kr]
weight = 3
title = "Skycoin 블로그"
languageName = "한국어"
[Languages.es]
weight = 4
title = "Skycoin Blog"
languageName = "Español"
[Languages.de]
weight = 5
title = "Skycoin Blog"
languageName = "Deutsch"
[Languages.jp]
weight = 6
title = "Skycoin Blog"
languageName = "日本語"
[Languages.gr]
weight = 7
title = "Skycoin Blog"
languageName = "Ελληνικά"
[Languages.fr]
weight = 8
title = "Skycoin Blog"
languageName = "Français"
[[menu.languages]]
name = "English"
weight = -1
url = "/"
[[menu.languages]]
name = "中文"
weight = 1
url = "/zh/"
[[menu.languages]]
name = "Русский"
weight = 2
url = "/ru/"
[[menu.languages]]
name = "한국어"
weight = 3
url = "/kr/"
[[menu.languages]]
name = "Español"
weight = 4
url = "/es/"
[[menu.languages]]
name = "Deutsch"
weight = 5
url = "/de/"
[[menu.languages]]
name = "日本語"
weight = 6
url = "/jp/"
[[menu.languages]]
name = "Ελληνικά"
weight = 7
url = "/gr/"
[[menu.languages]]
name = "Français"
weight = 8
url = "/fr/"