forked from alxshelepenok/lumen
-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.js
45 lines (44 loc) · 1.25 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
'use strict';
module.exports = {
url: 'https://blog.fleek.co',
pathPrefix: '__GATSBY_IPFS_PATH_PREFIX__',
title: 'Fleek Blog',
subtitle: 'Fleek is all you need to build websites and apps on the Open Web: permissionless, trustless, censorship resistant, and free of centralized gatekeepers. Welcome to the new internet.',
copyright: '© 2020 Deployed using IPFS on Fleek, — Built with Gatsby',
disqusShortname: '',
postsPerPage: 4,
googleAnalyticsId: 'UA-144542192-4',
useKatex: false,
menu: [
{
label: 'Fleek.co',
path: 'https://Fleek.co'
},
{
label: 'Blogs',
path: '/'
},
],
author: {
name: 'Fleek Blog',
photo: '/BlogIcon.png',
bio: 'Fleek is all you need to build websites and apps on the new Open Web: permissionless, trustless, censorship resistant, and free of centralized gatekeepers. Welcome to the new internet.',
contacts: {
email: 'mailto:[email protected]',
twitter: 'FleekHQ',
github: 'FleekHQ',
facebook: 'FleekHQ',
telegram: '',
rss: '',
vkontakte: '',
linkedin: '',
instagram: '',
line: '',
gitlab: '',
weibo: '',
codepen: '',
youtube: 'UCBzlwYM0JjZpjDZ52-SLUmw',
soundcloud: '',
}
}
};