Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions apps/homepage2/app/projects/data/projects/integrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
];
Loading