-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
35 lines (34 loc) · 1.01 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
/* eslint-disable */
module.exports = {
siteTitle: 'Javier Hernandez Ojeda', // <title>
manifestName: 'Resume',
manifestShortName: 'Resume', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#1cb386',
manifestThemeColor: '#1cb386',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/img/website-icon.png',
pathPrefix: '/resume/', // This path is subpath of your hosting https://domain/portfolio
firstName: 'Javier',
lastName: 'Hernandez Ojeda',
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/jheroje',
},
{
icon: 'fa-linkedin-in',
name: 'Linkedin',
url: 'https://www.linkedin.com/in/javier-hernandez-ojeda-1932abb8/',
},
],
tabs: [
{ content: 'About', href: 'about' },
{ content: 'Experience', href: 'experience' },
{ content: 'Education', href: 'education' },
{ content: 'Skills', href: 'skills' },
],
email: 'javierho93@gmail.com',
address: 'Las Palmas de Gran Canaria',
};