-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
47 lines (37 loc) · 938 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
42
43
44
45
46
47
baseurl = "http://davojan.ru/"
languageCode = "ru-ru"
title = "/davojan/register"
theme = "redlounge"
disqusShortname = "davojan"
[[menu.main]]
weight = 1
name = "Обо мне"
url = "/about/"
[[menu.main]]
weight = 2
name = "Спорт"
url = "/sports/"
[[menu.main]]
weight = 3
name = "Гиковское"
url = "/tech/"
[[menu.main]]
weight = 4
name = "Архив"
url = "/archive/"
[[menu.social]]
pre = "<i class='fa fa-twitter-square'></i>"
url = "http://www.twitter.com/davojan"
identifier = "twitter"
[[menu.social]]
pre = "<i class='fa fa-facebook-square'></i>"
url = "https://www.facebook.com/david.galoyan"
identifier = "facebook"
[[menu.social]]
pre = "<i class='fa fa-github-square'></i>"
url = "https://github.com/davojan"
identifier = "github"
[[menu.social]]
pre = "<i class='fa fa-rss-square'></i>"
url = "http://feeds.feedburner.com/davojan"
identifier = "rss"