-
Notifications
You must be signed in to change notification settings - Fork 13
/
config.toml
66 lines (54 loc) · 1.71 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
# iTunes Store now supports Let's Encrypt certificates: https://itunespartner.apple.com/en/podcasts/faq
# TODO Change to https:// when we have time to test/debug it.
baseUrl = "http://golangshow.com/"
languageCode = "ru-RU"
title = "Подкаст GolangShow"
theme = "golangshow"
paginate = 10
rssLimit = 500
disqusShortname = "golangshow"
copyright = "All rights reserved - 2015-2017"
[taxonomies]
# Optional. Use if you want tags and lists.
category = "categories"
[params]
truncate = false
tagline = "Русскоязычный подкаст о Go"
defaultKeywords = "Go,golang,подкаст"
# cover = "/images/cover.png"
logo = "/images/logo2.png"
theme = "theme-base-0d"
home = "Главная"
googleAnalytics = "UA-65258742-1"
github = "https://github.com/GolangShow/golangshow.com"
twitter = "https://twitter.com/golangshow"
vk = "https://vk.com/golangshow"
facebook = "https://www.facebook.com/golangshow"
rss = true
[[menu.main]]
name = "English episodes"
weight = -100
identifier = "english"
url = "/categories/english"
[[menu.main]]
name = "Гости"
weight = 10
identifier = "guests"
url = "/categories/гости"
[[menu.main]]
name = "iTunes"
weight = 10
identifier = "itunes"
url = "https://itunes.apple.com/ru/podcast/podkast-golangshow/id1031101295?mt=2"
[[menu.main]]
name = "Поддержать подкаст"
identifier = "patreon"
url = "https://www.patreon.com/golangshow"
[[menu.friends]]
name = "4gophers.ru"
identifier = "4gophers"
url = "http://4gophers.ru"
[[menu.friends]]
name = "DigitalOcean"
ideantifier = "digitalocean"
url = "https://www.digitalocean.com/?utm_campaign=golangshow&utm_medium=podcast&refcode=63eedb038a3e"