-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ts
33 lines (33 loc) · 1.03 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
module.exports = {
siteMetadata: {
copyright: "© All rights reserved.",
description:
"Róbert is traveling the world with his laptop and shipping products for the web, while constantly embracing new ideas. Come, and join him on this journey!",
googleAnalyticsId: "UA-73379983-2",
pathPrefix: "/",
siteUrl: "https://robertistok.com",
title: "robertistok",
author: {
birthDate: new Date("1994-07-05"),
firstname: "Róbert",
lastname: "Istók",
name: "Róbert Istók",
assets: {
icon: "robertistok_avatar_rounded.png",
photo: "/robertistok_avatar.jpeg",
},
newsletterUrl: "https://robertistok.substack.com/subscribe",
resume: "robert_istok_resume.pdf",
username: "robertistok",
social: {
email: "[email protected]",
github: "robertistok",
goodreads: "robertistok",
instagram: "robertistok",
linkedin: "robertistok",
medium: "robertistok",
twitter: "robertistok",
},
},
},
};