-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
47 lines (46 loc) · 1.41 KB
/
config.js
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
'use strict';
module.exports = {
url: 'https://sinatapodcast.com',
title: 'پادکست سیناتا',
subtitle: 'پادکستی برای لذتبردن از اندیشیدن',
copyright: '© بعضی از حقوق محفوظ است.',
disqusShortname: 'sinata',
postsPerPage: 10,
googleAnalyticsId: 'UA-116837877-2',
menu: [
{
label: 'قسمتها',
path: '/'
},
{
label: 'درباره',
path: '/pages/about'
},
{
label: 'تماس',
path: '/pages/contacts'
},
{
label: 'اسپانسرشیپ',
path: '/pages/sponsor'
}
],
author: {
name: 'پادکست سیناتا',
photo: '/photo.jpg',
bio:
'در هر قسمت از پادکست سیناتا با روایت یک داستان دادهمحور تلاش میکنیم تا شما از فکر کردن بیشتر لذت ببرید.',
contacts: {
email: '[email protected]',
telegram: 'sinatapodcast',
twitter: 'sinatapodcast',
youtube: 'https://www.youtube.com/channel/UC2IBo0ZmLSGKcx-_9kLuJ1Q',
googlepodcast: 'aHR0cHM6Ly9hbmNob3IuZm0vcy9hZjY2Yzg4L3BvZGNhc3QvcnNz',
applepodcast: 'sinata-%D8%B3%DB%8C%D9%86%D8%A7%D8%AA%D8%A7/id1466430719',
spotify: '2HQWCqQlAyjk04IGWj0xRo',
castbox: '2148037',
sticher: 'anchor-podcasts/sinata',
rss: 'https://anchor.fm/s/af66c88/podcast/rss'
}
}
};