Skip to content
Open
Changes from 1 commit
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
7 changes: 7 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,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.',
Comment thread
zzamboni marked this conversation as resolved.
Outdated
link: 'https://github.com/zzamboni/resume-toolkit',
category: 'framework',
language: 'Python/Javascript/Typst',
},
];
Loading