-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
45 lines (44 loc) · 1.47 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 = {
siteUrl: 'https://naughty-clarke-9af4d5.netlify.com',
app: {
url: 'http://gatsby.com',
title: 'gatsby-firebase-starter',
description: 'gatsby-firebase-starter',
titleTemplate: 'gatsby-firebase-starter',
subtitle:
'Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.',
copyright: '© All rights reserved.',
disqusShortname: '',
postsPerPage: 4,
image: 'gatsby-firebase-starter',
twitterUsername: 'gatsby-firebase-starter',
},
home: {
url: 'http://gatsby-firebase-starter.com',
title: 'gatsby-firebase-starter',
description: 'gatsby-firebase-starter',
titleTemplate: 'gatsby-firebase-starter',
subtitle:
'Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.',
copyright: '© All rights reserved.',
disqusShortname: '',
postsPerPage: 4,
image: 'gatsby-firebase-starter',
twitterUsername: 'gatsby-firebase-starter',
},
author: {
name: 'Ovidiu-Mihai Belciug',
photo: '/photo.jpg',
bio:
'Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.',
contacts: {
email: '#',
telegram: '#',
twitter: '#',
github: 'ovidiumihaibelciug',
rss: '#',
vkontakte: '#',
},
},
};