-
Notifications
You must be signed in to change notification settings - Fork 10
/
about.js
69 lines (69 loc) · 2.94 KB
/
about.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
module.exports = {
siteMetadata: {
title: 'Dante Calderón',
subtitle: 'TypeScript / Node.js Developer',
description: `Hi, I'm Dante Calderon, I am passionate about Nodejs.`,
siteUrl: 'https://dantecalderon.com',
disqusShortname: 'dantecalderon',
githubUser: 'dantehemerson',
social: [
{ title: 'Github', link: 'https://github.com/dantehemerson', icon: 'github' },
{ title: 'Twitter', link: 'https://twitter.com/dantehemerson', icon: 'twitter' },
{ title: 'Dev', link: 'https://dev.to/dantehemerson', icon: 'dev' },
{ title: 'Linkedin', link: 'https://linkedin.com/in/dantecalderon', icon: 'linkedin' },
{ title: 'Twitch', link: 'https://www.twitch.tv/dantehemerson', icon: 'twitch' },
{ title: 'Medium', link: 'https://medium.com/@dantehemerson', icon: 'medium' },
{ title: 'Dev', link: 'https://instagram.com/dantehemerson', icon: 'dev' },
{
title: 'StackOverflow',
link: 'https://instagram.com/dantehemerson',
icon: 'stack-overflow',
},
{ title: 'Goodreads', link: 'https://instagram.com/dantehemerson', icon: 'instagram' },
{
title: 'FreeCodeCamp',
link: 'https://instagram.com/dantehemerson',
icon: 'free-code-camp',
},
{ title: 'Gitlab', link: 'https://instagram.com/dantehemerson', icon: 'gitlab' },
{ title: 'Angellist', link: 'https://angel.co/dantehemerson', icon: 'angellist' },
{ title: 'Codepen', link: 'https://codepen.io/dantehemerson', icon: 'codepen' },
{ title: 'Meetup', link: 'https://www.meetup.com/es/members/256853185/', icon: 'meetup' },
{ title: 'Pinterest', link: 'https://www.pinterest.com/dantehemerson/', icon: 'pinterest' },
{ title: 'Steam', link: 'https://steamcommunity.com/id/dantehemerson/', icon: 'steam' },
{ title: 'Twitch', link: 'https://www.twitch.tv/dantehemerson', icon: 'twitch' },
{
title: 'Youtube',
link: 'https://www.youtube.com/channel/UCCbtGSRgh1RFYysgaZkoE0A',
icon: 'youtube-play',
},
],
socials: {
github: 'https://github.com/dantehemerson',
twitter: 'https://twitter.com/dantehemerson',
linkedin: 'https://linkedin.com/in/dantecalderon',
dev: 'https://dev.to/dantehemerson',
instagram: 'https://instagram.com/dantehemerson',
},
menu: [
{ title: 'Home', id: 'home', to: '/', icon: 'home' },
{ title: 'Blog', id: 'blog', to: '/blog', icon: 'blog' },
{
title: 'Newsletter',
id: 'newsletter',
newtab: true,
to: 'https://dantecalderon.substack.com/',
icon: 'newsletter',
},
{
title: 'Highlights',
id: 'highlights',
newtab: true,
to: 'https://highlights.dantecalderon.com/',
icon: 'highlighter',
},
// { title: 'Portfolio', id: 'Portfolio', to: '/portfolio', icon: 'home' },
//{ title: 'Contact', id: 'Contact', to: '/contact', icon: 'home' }
],
},
}