diff --git a/apps/homepage2/app/projects/data/projects/integrations.js b/apps/homepage2/app/projects/data/projects/integrations.js index 553f7ffd..07054872 100644 --- a/apps/homepage2/app/projects/data/projects/integrations.js +++ b/apps/homepage2/app/projects/data/projects/integrations.js @@ -173,4 +173,12 @@ 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', + }, ];