-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
43 lines (36 loc) · 946 Bytes
/
hugo.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
baseURL = "https://polkametrics.subscan.io/"
defaultContentLanguage = 'en'
title = "Polkametrics"
[params]
BookComment = false
BookLogo = "logo.png"
BookRepo = "https://github.com/subscan-explorer/polkametrics.page"
BookSection = "analytics"
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.after]]
name = "> Polkametrics GitHub Pages"
url = "https://github.com/subscan-explorer/polkametrics.page"
weight = 1
[[menu.after]]
name = "> Polkametrics Telegram Channel"
url = "https://t.me/polkametrics"
weight = 2
[[menu.after]]
name = "> Polkametrics Telegram Bot"
url = "https://t.me/polkametrics_bot"
weight = 3
[languages]
[languages.en]
contentDir = 'content/en'
disabled = false
languageCode = 'en-US'
languageName = 'English'
weight = 1
[languages.zh]
contentDir = 'content/zh'
disabled = false
languageCode = 'zh-CN'
languageName = '中文'
weight = 2