From ad0212723888cac085d5fc3dd59ae78fb6386a04 Mon Sep 17 00:00:00 2001 From: Diego Zamboni Date: Mon, 23 Mar 2026 21:24:19 +0100 Subject: [PATCH 1/2] New project entry: resume-toolkit https://github.com/zzamboni/resume-toolkit --- apps/homepage2/app/projects/data/projects/integrations.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/homepage2/app/projects/data/projects/integrations.js b/apps/homepage2/app/projects/data/projects/integrations.js index 553f7ffd..47788875 100644 --- a/apps/homepage2/app/projects/data/projects/integrations.js +++ b/apps/homepage2/app/projects/data/projects/integrations.js @@ -173,4 +173,11 @@ export const projects = [ category: 'framework', language: 'Go/Latex', }, + { + name: 'resume-toolkit', + description: 'Easy-to-use toolkit to export JSONResume to both HTML (using a custom version of the Even theme, with additional features) and PDF (using a custom Typst exporter using the brilliant-cv template). Supports generating publications lists (both embedded in the CV and as a standalone page/document) from BibTeX files.', + link: 'https://github.com/zzamboni/resume-toolkit', + category: 'framework', + language: 'Python/Javascript/Typst', + }, ]; From 1878a0974639c934e65ba9970c418e3a61e50180 Mon Sep 17 00:00:00 2001 From: Diego Zamboni Date: Wed, 25 Mar 2026 08:38:39 +0100 Subject: [PATCH 2/2] Update apps/homepage2/app/projects/data/projects/integrations.js Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- apps/homepage2/app/projects/data/projects/integrations.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/homepage2/app/projects/data/projects/integrations.js b/apps/homepage2/app/projects/data/projects/integrations.js index 47788875..07054872 100644 --- a/apps/homepage2/app/projects/data/projects/integrations.js +++ b/apps/homepage2/app/projects/data/projects/integrations.js @@ -175,7 +175,8 @@ export const projects = [ }, { name: 'resume-toolkit', - description: 'Easy-to-use toolkit to export JSONResume to both HTML (using a custom version of the Even theme, with additional features) and PDF (using a custom Typst exporter using the brilliant-cv template). Supports generating publications lists (both embedded in the CV and as a standalone page/document) from BibTeX files.', + description: + 'Easy-to-use toolkit to export JSONResume to both HTML (using a custom version of the Even theme, with additional features) and PDF (using a custom Typst exporter using the brilliant-cv template). Supports generating publications lists (both embedded in the CV and as a standalone page/document) from BibTeX files.', link: 'https://github.com/zzamboni/resume-toolkit', category: 'framework', language: 'Python/Javascript/Typst',