-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
82 lines (74 loc) · 2.87 KB
/
_config.yml
File metadata and controls
82 lines (74 loc) · 2.87 KB
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
# You have to configure this ###################################################
title: HardcodeFM
# You should configure this ####################################################
url: https://hardcode.fm
download_url: "https://hardcode.fm"
subtitle: Подкаст о практике программирования
description: Подкаст о практике программирования
author: HardcodeFM Podcast
author_url: "https://hardcode.fm"
email: podcast@hardcode.fm
keywords: [podcast, ruby, javascript, clojure]
itunes_categories: [Technology]
episodes_per_feed_page: 100
# Date can be localized via date_de.rb plugin
date_format: "ordinal"
## Rsync Deploy config #########################################################
### Be sure your public key is listed in your server's ~/.ssh/authorized_keys
### file.
ssh_host: hardcode@hardcode.fm
ssh_port: 2223
document_root: /home/hardcode/hardcode
rsync_delete: true
# You can configure this #######################################################
twitter_nick: hardcodefm
fb_app_id: 1092619910901383
language: ru
explicit: 'no' # 'yes'/'no'/clean
license: CC BY 4.0
license_url: https://creativecommons.org/licenses/by/4.0/
license_image_url: /img/license.png
## Flattr ######################################################################
flattr_uid: # Flattr will not be used unless this is set
flattr_button: compact # compact | default
flattr_mode: auto # auto | manual(default)
flattr_popout: 1 # 1 | 0 (show popout when hovering mouse over button)
flattr_language: en_GB # available languages - https://api.flattr.com/rest/v2/languages.txt
flattr_category: audio # available categories - https://api.flattr.com/rest/v2/categories.txt
## Disqus comments #############################################################
disqus_shortname: hardcodefm
disqus_developer: 0 # 1 / 0
## Itunes link ###########################################################
itunes_url: 'https://itunes.apple.com/ru/podcast/hardcode/id1420737307'
google_play_url: 'https://playmusic.app.goo.gl/?ibi=com.google.PlayMusic&isi=691797987&ius=googleplaymusic&apn=com.google.android.music&link=https://play.google.com/music/m/Ixem5k6qx5s7ovy7zcylz55nvji?t%3DHardcodeFM%26pcampaignid%3DMKT-na-all-co-pr-mu-pod-16'
# social
facebook_url: https://www.facebook.com/hardcodefm
vkontakte_url: https://vk.com/hardcodefm
telegram_url: https://t.me/hardcodefm
## Isso comments #########################################################
use_isso: no # set to 'yes' to include isso comments form
plugins:
- jekyll-octopod
- jekyll-feed
- jekyll-analytics
theme: jekyll-bootflat
exclude:
- bin
- vendor
- design
defaults:
-
scope:
path: ""
type: "posts"
values:
episode_cover: '/img/logo.svg'
jekyll_analytics:
GoogleAnalytics:
id: UA-123265437-1
kramdown:
input: 'NoopenerGFM'
same_tab_domains:
- localhost
- 127.0.0.1
- hardcode.fm