-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
41 lines (36 loc) · 927 Bytes
/
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
baseURL = "http://news.xmr.ru"
languageCode = "ru"
title = "Monero News"
theme = "xmag"
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
paginate = 6
publishDir = "public"
rssLimit = 20
enableRobotsTXT = true
[author]
name = "Monerorus and XMR.RU team"
[params.text]
back = "← На главную"
edit = "Edit this page →"
truncated = "…"
uncategorized = "без категории"
[[menu.main]]
name = "Главная"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Категории"
url = "/categories/"
weight = 3
[params]
description = "Новости из мира Monero"
summary_length = 300
footer = "© MoneroRus 2019 | [Github](https://github.com/monerorus/xmr_news) | [XMR.RU](https://xmr.ru)"
[imaging]
quality = 100
anchor = "smart"