-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
50 lines (49 loc) · 1.3 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
48
49
50
'use strict';
module.exports = {
url: 'https://tgtathome.club',
pathPrefix: '/',
title: 'Together At Home Club | Collection Of Free Resources To Keep You Staying At Home ',
shorttitle: 'Together At Home Club',
subtitle: 'Collection of free and discounted resources to keep you staying at home. Generously offered by companies and creators around the world in the midst of COVID-19 outbreak.',
copyright: 'Copyright Ⓒ 2020 TgtAtHome.Club',
disqusShortname: '',
postsPerPage: 15,
googleAnalyticsId: 'UA-161402577-1',
useKatex: false,
menu: [
{
label: 'Articles',
path: '/'
},
{
label: 'About me',
path: '/pages/about'
},
{
label: 'Contact me',
path: '/pages/contacts'
}
],
author: {
name: 'Together At Home Club',
photo: '/Favicon.png',
bio: 'Collection of free and discounted resources to keep you staying at home. Generously offered by companies and creators around the world in the midst of COVID-19 outbreak.',
contacts: {
email: '',
facebook: '#',
telegram: '#',
twitter: '#',
github: '#',
rss: '',
vkontakte: '',
linkedin: '#',
instagram: '#',
line: '',
gitlab: '',
weibo: '',
codepen: '',
youtube: '',
soundcloud: '',
}
}
};