Skip to content

foliea/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume

Typst resume with GitHub Pages landing page.

Prerequisites

  • typst - Document compiler
  • poppler-utils - For pdftotext (PDF to text conversion)
  • Python 3 (optional, for local testing)

Build

./build.sh

Outputs:

  • builds/resume.pdf - ATS-optimized PDF
  • builds/resume.txt - Plain text version for ATS systems

Local Testing

python3 -m http.server 8080

Open http://localhost:8080 to preview the landing page.

Deploy

Push to master branch. GitHub Actions will:

  1. Build the resume (PDF + TXT)
  2. Deploy to GitHub Pages

Your page will be available at: https://<username>.github.io/resume/

Enable GitHub Pages in repo settings:

  • Settings → Pages → Source: "GitHub Actions"

About

My personal curriculum vitæ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors