portfolio/config.ts

19 lines
512 B
TypeScript
Raw Normal View History

2022-06-15 12:07:13 +00:00
const links = {
github: "https://github.com/MedzikUser",
gitlab: "https://gitlab.com/Medzik",
2022-06-18 14:07:27 +00:00
googleDevelopers: "https://g.dev/medzik",
2022-06-15 12:07:13 +00:00
discord: "https://dsc.bio/medzik",
reddit: "https://www.reddit.com/user/MedzikUser"
}
const config = {
title: "Medzik",
description: "Hi! I'm Oskar, I'm a self-taught programmer, a Linux and FOSS enthusiast.",
url: "https://medzik.xyz",
2022-06-15 12:32:24 +00:00
thumbnail: "https://cdn.medzik.xyz/Id5w0av.png",
2022-06-15 12:07:13 +00:00
links,
}
export default config
export { links }