initial commit
All checks were successful
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 1m24s

This commit is contained in:
2026-03-25 18:53:21 -04:00
parent 2d19da4ef5
commit d21806dfd1
532 changed files with 11274 additions and 72849 deletions

View File

@@ -1,14 +1,14 @@
import type { IconMap, SocialLink, Site } from '@/types'
export const SITE: Site = {
title: 'Cojocaru David',
title: 'Patrick Jaroszewski',
description:
"Junior Full Stack Developer specializing in modern web technologies. Expert in React, Node.js, TypeScript, and cloud development. Read my latest tech tutorials, project insights, and programming tips on web development, DevOps, and software engineering best practices.",
href: 'https://www.cojocarudavid.me',
author: 'Cojocaru David',
"Full Stack Developer & DevOps Engineer passionate about building scalable web applications and robust infrastructure. A passionate learner driven by curiosity — skilled in modern web technologies, self-hosted infrastructure, and automation. Exploring new tech, sharing what I learn, and open to software engineering and DevOps opportunities.",
href: 'https://patrick.jaroszew.ski',
author: 'Patrick Jaroszewski',
locale: 'en-US',
location: 'Romania',
email: 'contact@cojocarudavid.me'
location: 'Canada',
email: 'patrick@jaroszew.ski'
}
export const NAV_LINKS: SocialLink[] = [
@@ -24,25 +24,25 @@ export const NAV_LINKS: SocialLink[] = [
href: '/blog',
label: 'blog',
},
{
href: '/#contact',
label: 'contact',
},
]
export const SOCIAL_LINKS: SocialLink[] = [
{
href: 'https://github.com/cojocaru-david?ref=personal-website',
label: 'GitHub',
href: 'https://git.jaroszew.ski/patrick',
label: 'Gitea',
},
{
href: 'mailto:contact@cojocarudavid.me',
href: 'mailto:patrick@jaroszew.ski',
label: 'Email',
},
{
href: 'tel:+40764132266',
href: 'tel:+14168334441',
label: 'Phone',
},
{
href: 'https://www.instagram.com/david._.cojo?ref=personal-website',
label: 'Instagram',
},
{
href: '/rss.xml',
label: 'RSS',
@@ -51,8 +51,7 @@ export const SOCIAL_LINKS: SocialLink[] = [
export const ICON_MAP: IconMap = {
Website: 'lucide:globe',
GitHub: 'lucide:github',
Instagram: 'lucide:instagram',
Gitea: 'mdi:git',
Phone: 'lucide:phone',
Email: 'lucide:mail',
RSS: 'lucide:rss',