feat: add support for multiple links in projects
Projects now support multiple links (source code, demo, etc) each with a label. Migrated all projects to use the new schema.
This commit is contained in:
@@ -3,7 +3,9 @@ name: 'Bullseye'
|
||||
description: 'Bullseye is a self-hosted offline-first personal utilities app with habit tracking, tasks, and notes.'
|
||||
tags: ['typescript', 'svelte', 'sqlite']
|
||||
image: '../../../public/static/bullseye.webp'
|
||||
link: 'https://git.jaroszew.ski/patrick/bullseye-app'
|
||||
links:
|
||||
- label: 'Source Code'
|
||||
url: 'https://git.jaroszew.ski/patrick/bullseye-app'
|
||||
order: 6
|
||||
startDate: '2025-03-30'
|
||||
---
|
||||
|
||||
@@ -3,7 +3,9 @@ name: 'Chitai'
|
||||
description: 'Chitai is a self-hosted eBook management application'
|
||||
tags: ['python', 'typescript', 'postgresql', 'svelte', 'open-source']
|
||||
image: '../../../public/static/chitai.webp'
|
||||
link: 'https://git.jaroszew.ski/patrick/chitai'
|
||||
links:
|
||||
- label: 'Source Code'
|
||||
url: 'https://git.jaroszew.ski/patrick/chitai'
|
||||
order: 2
|
||||
startDate: '2025-03-30'
|
||||
---
|
||||
|
||||
Vendored
+1
-1
@@ -8,7 +8,7 @@ startDate: '2025-09-23'
|
||||
---
|
||||
|
||||
<div class="flex flex-wrap gap-2 my-0! [&>img]:my-0! [&>img]:mt-2!" >
|
||||
<img src="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="Python" />
|
||||
<img src="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=FFD43B" alt="Python" />
|
||||
<img src="https://img.shields.io/badge/PostgreSQL-336791?style=for-the-badge&logo=postgresql&logoColor=white" alt="PostgreSQL" />
|
||||
<img src="https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white" alt="TypeScript" />
|
||||
<img src="https://img.shields.io/badge/Svelte-FF3E00?style=for-the-badge&logo=svelte&logoColor=white" alt="Svelte" />
|
||||
|
||||
@@ -3,7 +3,9 @@ name: 'Marketing Site'
|
||||
description: 'A simple marketing site built for a small business.'
|
||||
tags: ['astro', 'tailwindcss']
|
||||
image: '../../../public/static/druksubli.webp'
|
||||
link: 'https://druksubli.pl'
|
||||
links:
|
||||
- label: 'Live Site'
|
||||
url: 'https://druksubli.pl'
|
||||
order: 5
|
||||
startDate: '2025-04-16'
|
||||
endDate: '2025-05-29'
|
||||
|
||||
@@ -3,7 +3,9 @@ name: 'Homelab'
|
||||
description: 'My homelab is where I tinker and learn new technologies.'
|
||||
tags: ['proxmox', 'networking', 'hardware']
|
||||
image: '../../../public/static/homelab.webp'
|
||||
link: 'https://git.jaroszew.ski/ansible'
|
||||
links:
|
||||
- label: 'Ansible Configs'
|
||||
url: 'https://git.jaroszew.ski/ansible'
|
||||
order: 1
|
||||
startDate: '2023-05-15'
|
||||
---
|
||||
|
||||
@@ -3,7 +3,11 @@ name: 'Personal Portfolio'
|
||||
description: 'Personal Portfolio is a personal website that showcases my work and projects. It is built with Astro.js and styled with Tailwind CSS, providing a fast and responsive user experience. The website features a clean design, easy navigation, and a focus on showcasing my skills and projects.'
|
||||
tags: ['astro', 'tailwindcss', 'typescript', 'svelte']
|
||||
image: '../../../public/static/portfolio.webp'
|
||||
link: 'https://patrick.jaroszew.ski'
|
||||
links:
|
||||
- label: 'Live Site'
|
||||
url: 'https://patrick.jaroszew.ski'
|
||||
- label: 'Source Code'
|
||||
url: 'https://git.jaroszew.ski/patrick/portfolio'
|
||||
order: 4
|
||||
startDate: '2026-03-10'
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user