-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
31 lines (29 loc) · 904 Bytes
/
config.js
File metadata and controls
31 lines (29 loc) · 904 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
module.exports = {
siteTitle: 'Borka Martin Orlov', // <title>
manifestName: 'Grayscale',
manifestShortName: 'Landing', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#663399',
manifestThemeColor: '#663399',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/img/website-icon.png',
pathPrefix: `/gatsby-starter-grayscale/`, // This path is subpath of your hosting https://domain/portfolio
heading: 'Borka Martin Orlov',
subHeading: 'Full-stack software developer. Code enthusiast.',
// social
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/Borks',
},
{
icon: 'fa-linkedin-in',
name: 'Linkedin',
url: 'https://www.linkedin.com/in/borka-martin-orlov-7470b7156/',
},
],
email: 'borka.orlov@gmail.com',
phone: '+372 566 82 519',
address: 'Tallinn, Estonia',
};