This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.ts
71 lines (71 loc) · 2.06 KB
/
config.ts
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
module.exports = {
siteTitle: 'Victor Nnaji | Software Engineer',
siteDescription: "Victor Nnaji is software engineer based in Lagos with over 3 years of experience within frontend development. Nnaji Victor is very familiar with HTML, CSS, JavaScript, WordPress and Modern Client side frameworks like React, Gatsby and Next",
siteKeywords: 'Nnaji Victor, Frontend Software Engineer, nnaji, Nnaji, Victor Nnaji, decagon, nnajivictorr, software engineer, Nigerian Developer, React developer, front-end developer, Victor, web developer',
siteUrl: 'https://nnajivictor.me/',
siteLanguage: 'en_US',
name: 'Victor Nnaji.',
siteJob: "Software Engineer.",
Location: "Lagos, Nigeria",
email: '[email protected]',
github: 'https://github.com/Nnaji-Victor',
twitterHandle: '@nnajivictorr',
googleAnalyticsID: 'UA-173571213-1',
googleVerification: 'tEZuPANu4WaXwfRzfdS45YsgLY7sMvxH-m1zsKa7l8M',
image: 'images/vn_image.png',
footer_social:[
{
name: 'Website',
url: 'https://nnajivictor.me',
},
{
name: 'Linkedin',
url: 'https://www.linkedin.com/in/nnaji-victor/',
},
{
name: 'Twitter',
url: 'https://twitter.com/nnajivictorr',
},
],
socialMedia: [
{
name: 'Website',
url: 'https://nnajivictor.me',
},
{
name: 'GitHub',
url: 'https://github.com/Nnaji-Victor',
},
{
name: 'Linkedin',
url: 'https://www.linkedin.com/in/nnaji-victor/',
},
{
name: 'Codepen',
url: '#',
},
{
name: 'Instagram',
url: '#',
},
{
name: 'Twitter',
url: 'https://twitter.com/nnajivictorr',
},
],
skills: [
"HTML & (S)CSS / Tailwind",
"JavaScript",
"TypeScript",
"React",
"Gatsby",
"Wordpress",
"PHP",
"GSAP",
"GIT",
"GraphQL",
"Netlify",
"MSW",
"Gulp",
]
}