-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
38 lines (37 loc) · 753 Bytes
/
config.js
File metadata and controls
38 lines (37 loc) · 753 Bytes
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
'use strict';
module.exports = {
url: 'https://babytiger.netlify.com',
title: 'Blog by Baby Tiger',
subtitle: 'Developer Blog',
copyright: 'Copyright © 2019-2020 Baby Tiger. All rights reserved.',
disqusShortname: 'babytiger',
postsPerPage: 4,
googleAnalyticsId: 'UA-140385210-1',
menu: [
{
label: 'Articles',
path: '/'
},
{
label: 'About Blog',
path: '/About Blog/'
},
{
label: 'About Me',
path: '/About Me/'
}
],
author: {
name: 'Baby Tiger',
photo: '/photo.jpg',
bio: 'Developer Blog',
contacts: {
email: 'itbiz.irs@gmail.com',
telegram: '#',
twitter: '#',
github: '8luebottle',
rss: '#',
vkontakte: '#'
}
}
};