2025-06-14 12:08:48 +00:00
|
|
|
export const config = {
|
|
|
|
|
author: {
|
|
|
|
|
name: "Valentin Popov",
|
2025-06-14 19:25:16 +00:00
|
|
|
email: "valentin@popov.link",
|
2025-06-14 12:08:48 +00:00
|
|
|
url: "https://popov.link/",
|
|
|
|
|
sameAs: ["https://www.linkedin.com/in/valentineus/", "https://github.com/valentineus"],
|
|
|
|
|
},
|
2025-06-14 19:25:16 +00:00
|
|
|
|
|
|
|
|
// Open Graph
|
|
|
|
|
og: {
|
|
|
|
|
color: {
|
|
|
|
|
bg: "#181818",
|
|
|
|
|
bgCode: "#3b3d42",
|
|
|
|
|
blossom: "#6da13f",
|
|
|
|
|
text: "#dee2e6",
|
|
|
|
|
},
|
|
|
|
|
defaultPreview: "/images/photo.png",
|
|
|
|
|
dimensions: {
|
|
|
|
|
height: 630,
|
|
|
|
|
width: 1200,
|
|
|
|
|
},
|
|
|
|
|
fonts: {
|
|
|
|
|
bold: "./src/assets/JetBrainsMono/JetBrainsMono-Bold.ttf",
|
|
|
|
|
regular: "./src/assets/JetBrainsMono/JetBrainsMono-Regular.ttf",
|
|
|
|
|
},
|
|
|
|
|
photo: "./public/images/photo.png",
|
|
|
|
|
website: "popov.link",
|
2025-06-14 12:08:48 +00:00
|
|
|
},
|
|
|
|
|
};
|